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

Method compare

ogsr_engine/xrGame/PHScriptCall.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62CPHScriptObjectAction::~CPHScriptObjectAction() { xr_delete(m_lua_object); }
63
64bool CPHScriptObjectAction::compare(const CPHScriptObjectAction* v) const { return m_method_name == v->m_method_name && compare_safe(*m_lua_object, *(v->m_lua_object)); }
65void CPHScriptObjectAction::run()
66{
67 luabind::call_member<void>(*m_lua_object, *m_method_name);

Callers 3

equalMethod · 0.45
is_anyMethod · 0.45
GetColorFromTextMethod · 0.45

Calls 1

compare_safeFunction · 0.85

Tested by

no test coverage detected