C4 Engine
C4 Engine API Documentation

Map::Empty

Defined in:  TSMap.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::GetFirstMapElement

Map::GetLastMapElement