Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ InitializeTR2Objects
Function
InitializeTR2Objects
TombEngine/Objects/TR2/tr2_objects.cpp:581–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
579
}
580
581
void InitializeTR2Objects()
582
{
583
ObjectInfo* objectPtr = nullptr;
584
StartEntity(objectPtr);
585
StartObject(objectPtr);
586
StartTrap(objectPtr);
587
StartVehicles(objectPtr);
588
}
Callers
1
InitializeObjects
Function · 0.85
Calls
4
StartEntity
Function · 0.70
StartObject
Function · 0.70
StartTrap
Function · 0.70
StartVehicles
Function · 0.70
Tested by
no test coverage detected