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

Method ClearFlags

TombEngine/Game/items.cpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void ItemInfo::ClearFlags(int id, short flags)
112{
113 if (id < 0 || id > 7)
114 return;
115
116 ItemFlags[id] &= ~flags;
117}
118
119bool ItemInfo::TestMeshSwapFlags(unsigned int flags)
120{

Callers 1

InitializePunaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected