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

Function GetKayakInfo

TombEngine/Objects/TR3/Vehicles/kayak.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 };
128
129 KayakInfo* GetKayakInfo(ItemInfo* kayakItem)
130 {
131 return (KayakInfo*)kayakItem->Data;
132 }
133
134 void InitializeKayak(short itemNumber)
135 {

Callers 7

InitializeKayakFunction · 0.85
KayakPlayerCollisionFunction · 0.85
DoKayakMountFunction · 0.85
KayakToBackgroundFunction · 0.85
KayakUserInputFunction · 0.85
KayakControlFunction · 0.85
InitializePlayerVehicleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected