Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ IsCreature
Method
IsCreature
TombEngine/Game/items.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
bool ItemInfo::IsCreature() const
204
{
205
return Data.is<CreatureInfo>();
206
}
207
208
bool ItemInfo::IsBridge() const
209
{
Callers
15
DrawBaddyGunflashes
Method · 0.80
BurnNearbyItems
Function · 0.80
SpawnLocust
Function · 0.80
Build
Method · 0.80
Targetable
Function · 0.80
TargetVisible
Function · 0.80
PerformFinalAttack
Function · 0.80
DrawItemPathfinding
Function · 0.80
GetActiveCreatures
Function · 0.80
UpdateBadBoxes
Function · 0.80
CreatureJoint
Function · 0.80
CreatureTurn
Function · 0.80
Calls
no outgoing calls
Tested by
1
Test
Method · 0.64