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

Method GetObjectCount

Editor/Objects/ObjectManager.cpp:673–676  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

671
672//////////////////////////////////////////////////////////////////////////
673int CObjectManager::GetObjectCount() const
674{
675 return m_objects.size();
676}
677
678//////////////////////////////////////////////////////////////////////////
679void CObjectManager::GetObjects( CBaseObjectsArray &objects,CObjectLayer* layer )

Callers 12

OnReloadTexturesMethod · 0.45
OnReloadGeometryMethod · 0.45
FillListMethod · 0.45
GetSelectedObjectsMethod · 0.45
GetObjectsInCategoryMethod · 0.45
ReloadObjectsMethod · 0.45
UpdateInfoMethod · 0.45
GetSelectedObjectsMethod · 0.45
ExportStaticObjectsMethod · 0.45
ExportLevelDataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected