Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Functions | |
void | NodeEdit_LinkNodes (node_t *, node_t *) |
Links node wp towards w2. More... | |
void | NodeEdit_UnlinkNodes (node_t *, node_t *) |
Unlinks node wp from going towards w2. More... | |
int | NodeEdit_FindClosestNode (vector) |
Returns the id of the closest node in a node graph. More... | |
bool | NodeEdit_SaveFile (string) |
Saves the specified nodegraph to disk with the specified filename. More... | |
bool | NodeEdit_ReadFile (string, bool) |
Loads the nodegraph from the specified filename off disk. More... | |
void | NodeEdit_Flush (void) |
Flushes the nodegraph being passed. More... | |
void | NodeEdit_Cmd (void) |
void | NodeEdit_DrawDebugInfo (void) |