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

Method Close

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

Source from the content-addressed store, hash-verified

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};
985static OpcodePlugIn gPlugIn;

Callers

nothing calls this directly

Calls 1

Opcode_CloseFunction · 0.85

Tested by

no test coverage detected