void NodeEdit_Flush(void)
Flushes the nodegraph being passed.
Definition: node_edit.qc:360
void NodeEdit_LinkNodes(node_t *, node_t *)
Links node wp towards w2.
Definition: node_edit.qc:22
void NodeEdit_DrawDebugInfo(void)
Definition: node_edit.qc:478
void NodeEdit_Cmd(void)
Definition: node_edit.qc:614
bool NodeEdit_SaveFile(string)
Saves the specified nodegraph to disk with the specified filename.
Definition: node_edit.qc:329
void NodeEdit_UnlinkNodes(node_t *, node_t *)
Unlinks node wp from going towards w2.
Definition: node_edit.qc:42
int NodeEdit_FindClosestNode(vector)
Returns the id of the closest node in a node graph.
Definition: node_edit.qc:108
bool NodeEdit_ReadFile(string, bool)
Loads the nodegraph from the specified filename off disk.
Definition: node_edit.qc:371
Data holding Node entries.
Definition: nodes.h:26