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

Function GetUPVInfo

TombEngine/Objects/TR3/Vehicles/upv.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 };
157
158 UPVInfo* GetUPVInfo(ItemInfo* UPVItem)
159 {
160 return (UPVInfo*)UPVItem->Data;
161 }
162
163 void InitializeUPV(short itemNumber)
164 {

Callers 7

InitializeUPVFunction · 0.85
DrawUPVLightFunction · 0.85
FireUPVHarpoonFunction · 0.85
UPVEffectsFunction · 0.85
BackgroundCollisionFunction · 0.85
UPVControlFunction · 0.85
InitializePlayerVehicleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected