Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetFlagField
Method
GetFlagField
TombEngine/Game/items.cpp:95–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
short ItemInfo::GetFlagField(int id) const
96
{
97
if (id < 0 || id > 7)
98
return 0;
99
100
return ItemFlags[id];
101
}
102
103
void ItemInfo::SetFlagField(int id, short flags)
104
{
Callers
4
GetLizardTargetPosition
Function · 0.80
SpawnLizard
Function · 0.80
PunaControl
Function · 0.80
ControlSealMutant
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected