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

Method TestOcb

TombEngine/Game/items.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool ItemInfo::TestOcb(short ocbFlags) const
65{
66 return ((TriggerFlags & ocbFlags) == ocbFlags);
67}
68
69void ItemInfo::RemoveOcb(short ocbFlags)
70{

Callers 4

RaptorControlFunction · 0.80
ControlSealMutantFunction · 0.80
InitializeWingedMutantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected