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

Method equal

ogsr_engine/xrGame/PHCommander.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool CPHCall::equal(CPHReqComparerV* cmp_condition, CPHReqComparerV* cmp_action) { return m_action->compare(cmp_action) && m_condition->compare(cmp_condition); }
26bool CPHCall::is_any(CPHReqComparerV* v) { return m_action->compare(v) || m_condition->compare(v); }
27
28void CPHCall::setPause(u32 ms) { paused = Device.dwTimeGlobal + ms; }

Callers 4

InitZoomParamsMethod · 0.45
find_callMethod · 0.45
SetMainInputReceiverMethod · 0.45
equalFunction · 0.45

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected