• Utility Library
API Links
Table of Contents
Utility Library
class Map
Developer Links
My Account
C4 Engine Wiki
Support Forums
Bug Tracker
Release Notes
API Documentation
Map::GetElementCount
Defined in:
C4Map.h
Returns the number of elements in a map.
Prototype
int32
GetElementCount(
void
)
const
;
Description
The
GetElementCount
function iterates through the members of a map and returns the count.
See Also
Map::Empty