MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ~CScriptBinderObject

Method ~CScriptBinderObject

ogsr_engine/xrGame/script_binder_object.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13CScriptBinderObject::CScriptBinderObject(CScriptGameObject* object) { m_object = object; }
14
15CScriptBinderObject::~CScriptBinderObject()
16{
17#ifdef DEBUG
18 if (m_object)
19 Msg("Destroying binded object %s", m_object->Name());
20#endif
21}
22
23void CScriptBinderObject::reinit() {}
24

Callers

nothing calls this directly

Calls 2

MsgFunction · 0.85
NameMethod · 0.45

Tested by

no test coverage detected