MCPcopy Create free account
hub / github.com/Pierre-Terdiman/PEEL / Init

Method Init

PEEL/Physics/PINT_Opcode1_3/PINT_Opcode13.cpp:981–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979 virtual IceWindow* InitGUI(IceWidget* parent, PintGUIHelper& helper) { return Opcode_InitGUI(parent, helper); }
980 virtual void CloseGUI() { Opcode_CloseGUI(); }
981 virtual void Init(const PINT_WORLD_CREATE& desc) { Opcode_Init(desc); }
982 virtual void Close() { Opcode_Close(); }
983 virtual Pint* GetPint() { return GetOpcode(); }
984};

Callers

nothing calls this directly

Calls 1

Opcode_InitFunction · 0.85

Tested by

no test coverage detected