Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pierre-Terdiman/PEEL
/ Opcode_Init
Function
Opcode_Init
PEEL/Physics/PINT_Opcode1_3/PINT_Opcode13.cpp:883–888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
881
static Opcode13Pint* gOpcode = null;
882
883
void Opcode_Init(const PINT_WORLD_CREATE& desc)
884
{
885
ASSERT(!gOpcode);
886
gOpcode = ICE_NEW(Opcode13Pint);
887
gOpcode->Init(desc);
888
}
889
890
void Opcode_Close()
891
{
Callers
1
Init
Method · 0.85
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected