MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetIStatObj

Method GetIStatObj

CryEntitySystem/Entity.cpp:2502–2513  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

2500
2501//////////////////////////////////////////////////////////////////////////
2502IStatObj *CEntity::GetIStatObj(unsigned int pos)
2503{
2504 CEntityObject object;
2505
2506 if (pos < m_objects.size())
2507 {
2508 object = m_objects[pos];
2509 return object.object;
2510 }
2511
2512 return (NULL);
2513}
2514
2515
2516void CEntity::SendScriptEvent(enum EScriptEventId Event, IScriptObject *pParamters, bool *pRet)

Callers 8

GetGeometryFromObjectMethod · 0.45
ConvertFromObjectMethod · 0.45
GetGeometryFromObjectMethod · 0.45
SetSecondShaderMethod · 0.45
SetShaderMethod · 0.45
SetShaderFloatMethod · 0.45
SetColorMethod · 0.45
AttachToBoneMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected