Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
bool ItemInfo::TestOcb(short ocbFlags) const
65
{
66
return ((TriggerFlags & ocbFlags) == ocbFlags);
67
}
68
69
void ItemInfo::RemoveOcb(short ocbFlags)
70
{
Callers
4
RaptorControl
Function · 0.80
ControlSealMutant
Function · 0.80
InitializeWingedMutantOCB
Function · 0.80
InitializeWingedMutant
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected