MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / questReceiverIndicator

Method questReceiverIndicator

source/game/StarQuests.cpp:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437String Quest::questReceiverIndicator() const {
438 return getTemplate()->questReceiverIndicator;
439}
440
441bool hasItemIndicator(EntityPtr const& entity, List<ItemDescriptor> indicatedItems) {
442 if (auto itemDrop = as<ItemDrop>(entity)) {

Callers 1

getQuestIndicatorMethod · 0.80

Calls 1

getTemplateFunction · 0.85

Tested by

no test coverage detected