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

Method SetFlagField

TombEngine/Game/items.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void ItemInfo::SetFlagField(int id, short flags)
104{
105 if (id < 0 || id > 7)
106 return;
107
108 ItemFlags[id] = flags;
109}
110
111void ItemInfo::ClearFlags(int id, short flags)
112{

Callers 8

SpawnLizardFunction · 0.80
InitializePunaFunction · 0.80
PunaControlFunction · 0.80
InitializeWingedMutantFunction · 0.80
ControlWingedMutantFunction · 0.80
ExplodeBossFunction · 0.80
CheckForRequiredObjectsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected