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

Method GetActionByIndex

ogsr_engine/xrGame/script_entity.cpp:630–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628u32 CScriptEntity::GetActionCount() const { return (m_tpActionQueue.size()); }
629
630const CScriptEntityAction* CScriptEntity::GetActionByIndex(u32 action_index) const { return (m_tpActionQueue[action_index]); }
631
632void CScriptEntity::sound_callback(const CObject* object, int sound_type, const Fvector& position, float sound_power)
633{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected