C4 Engine
C4 Engine API Documentation

List::Empty

Defined in:  TSList.h
Returns a boolean value indicating whether a list is empty.
Prototype

bool Empty(voidconst;

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

List::GetFirstListElement

List::GetLastListElement