====== Getting the total count of all Objects ====== This function will return the total count of all current objects. ===== Code ===== orxU32 totalObjectsCount = orxStructure_GetCounter(orxSTRUCTURE_ID_OBJECT); Counts of other structure types can also be called. See: [[http://orx-project.org/orx/doc/html/group__orx_structure.html#ga559293f09cd4d21743241cc32350b320|orxSTRUCTURE_ID in the API]]