Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
void ItemInfo::ClearFlags(int id, short flags)
112
{
113
if (id < 0 || id > 7)
114
return;
115
116
ItemFlags[id] &= ~flags;
117
}
118
119
bool ItemInfo::TestMeshSwapFlags(unsigned int flags)
120
{
Callers
1
InitializePuna
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected