MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetCreatureInfo

Function GetCreatureInfo

TombEngine/Game/misc.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace TEN::Utils;
15
16CreatureInfo* GetCreatureInfo(ItemInfo* item)
17{
18 return (CreatureInfo*)item->Data;
19}
20
21bool IsNextSectorValid(const ItemInfo& item, const Vector3& dir, float dist, bool canFloat)
22{

Callers 15

DrawBaddyGunflashesMethod · 0.85
GetAIPickupsFunction · 0.85
DoSpearGuardianAttackFunction · 0.85
DoSpearGuardianMeshSwapFunction · 0.85
SpearGuardianControlFunction · 0.85
SmallSpiderControlFunction · 0.85
BigSpiderControlFunction · 0.85
BarracudaControlFunction · 0.85
SilencerControlFunction · 0.85
MonkControlFunction · 0.85
ShootWorkerMachineGunFunction · 0.85
WorkerMachineGunControlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected