MCPcopy 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
203bool ItemInfo::IsCreature() const
204{
205 return Data.is<CreatureInfo>();
206}
207
208bool ItemInfo::IsBridge() const
209{

Callers 15

DrawBaddyGunflashesMethod · 0.80
BurnNearbyItemsFunction · 0.80
SpawnLocustFunction · 0.80
BuildMethod · 0.80
TargetableFunction · 0.80
TargetVisibleFunction · 0.80
PerformFinalAttackFunction · 0.80
DrawItemPathfindingFunction · 0.80
GetActiveCreaturesFunction · 0.80
UpdateBadBoxesFunction · 0.80
CreatureJointFunction · 0.80
CreatureTurnFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestMethod · 0.64