C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

Graph::Empty

Defined in:  C4Graph.h
Returns a boolean value indicating whether any nodes exist in a graph.
Prototype

bool Empty(voidconst;

Description
The Empty function returns true if no nodes belong to a graph. If at least one node belongs to a graph, then the return value is false.
See Also
Graph::GetNodeCount

Graph::Purge