Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InitializeKayak
Function · 0.85
KayakPlayerCollision
Function · 0.85
DoKayakMount
Function · 0.85
KayakToBackground
Function · 0.85
KayakUserInput
Function · 0.85
KayakControl
Function · 0.85
InitializePlayerVehicle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected