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

Method descriptor

source/game/StarQuestDescriptor.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17ItemDescriptor QuestItem::descriptor() const {
18 return ItemDescriptor(itemName, 1, parameters);
19}
20
21bool QuestEntity::operator==(QuestEntity const& rhs) const {
22 return uniqueId == rhs.uniqueId && species == rhs.species && gender == rhs.gender;

Callers 3

questParamDetailToJsonFunction · 0.45
questParamTextFunction · 0.45

Calls 1

ItemDescriptorClass · 0.85

Tested by

no test coverage detected