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

Method clsid

ogsr_engine/xrGame/GameObject.h:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217public:
218 CScriptGameObject* lua_game_object() const;
219 int clsid() const
220 {
221 THROW(m_script_clsid >= 0);
222 return (m_script_clsid);
223 }
224
225public:
226 IC CInifile* spawn_ini() { return (m_ini_file); }

Callers 4

operator()Method · 0.45
addMethod · 0.45
script_clsidMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected