Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void ItemInfo::SetFlagField(int id, short flags)
104
{
105
if (id < 0 || id > 7)
106
return;
107
108
ItemFlags[id] = flags;
109
}
110
111
void ItemInfo::ClearFlags(int id, short flags)
112
{
Callers
8
SpawnLizard
Function · 0.80
InitializePuna
Function · 0.80
PunaControl
Function · 0.80
InitializeWingedMutantOCB
Function · 0.80
InitializeWingedMutant
Function · 0.80
ControlWingedMutant
Function · 0.80
ExplodeBoss
Function · 0.80
CheckForRequiredObjects
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected