MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetFlagField

Method GetFlagField

TombEngine/Game/items.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95short ItemInfo::GetFlagField(int id) const
96{
97 if (id < 0 || id > 7)
98 return 0;
99
100 return ItemFlags[id];
101}
102
103void ItemInfo::SetFlagField(int id, short flags)
104{

Callers 4

GetLizardTargetPositionFunction · 0.80
SpawnLizardFunction · 0.80
PunaControlFunction · 0.80
ControlSealMutantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected