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

Method Get

Editor/Objects/SafeObjectsArray.cpp:63–67  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62//////////////////////////////////////////////////////////////////////////
63CBaseObject* CSafeObjectsArray::Get( int index ) const
64{
65 assert( index >= 0 && index < m_objects.size() );
66 return m_objects[index];
67}
68
69//////////////////////////////////////////////////////////////////////////
70void CSafeObjectsArray::OnTargetEvent( CBaseObject *target,int event )

Callers 12

DisplayMethod · 0.45
SerializeMethod · 0.45
ExportMethod · 0.45
PostCloneMethod · 0.45
RemoveEntityMethod · 0.45
GetEntityMethod · 0.45
VarToScriptObjectMethod · 0.45
OnRadiusChangeMethod · 0.45
OnInnerRadiusChangeMethod · 0.45
OnOuterRadiusChangeMethod · 0.45
ClonePropertiesMethod · 0.45
GetGeometryFileMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected