C4 Engine
C4 Engine API Documentation

Graph::PurgeGraph

Defined in:  TSGraph.h
Destroys all elements belonging to a graph.
Prototype

void PurgeGraph(void);

Description
The PurgeGraph function destroys all of the elements belonging to a graph. This process also causes every relation belonging to the graph to be destroyed. The graph is completely empty after this function is called.
See Also

Graph::Empty

Graph::GetGraphElementCount

Graph::RemoveGraphElement