MCPcopy 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

881static Opcode13Pint* gOpcode = null;
882
883void Opcode_Init(const PINT_WORLD_CREATE& desc)
884{
885 ASSERT(!gOpcode);
886 gOpcode = ICE_NEW(Opcode13Pint);
887 gOpcode->Init(desc);
888}
889
890void Opcode_Close()
891{

Callers 1

InitMethod · 0.85

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected