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

Method GetEntity

Editor/Objects/ShapeObject.cpp:737–741  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

735
736//////////////////////////////////////////////////////////////////////////
737CBaseObject* CShapeObject::GetEntity( int index )
738{
739 assert( index >= 0 && index < m_entities.GetCount() );
740 return m_entities.Get(index);
741}
742
743//////////////////////////////////////////////////////////////////////////
744void CShapeObject::SetClosed( bool bClosed )

Callers

nothing calls this directly

Calls 2

GetCountMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected