C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Map::Empty

Defined in:  C4Map.h
Returns a boolean value indicating whether a map is empty.
Prototype

bool Empty(voidconst;

Description
The Empty function returns true if the map contains no elements, and false otherwise.
See Also

Map::First

Map::Last