VgaGames4 - nodelink man-pages

[.. upper level ..]

vg4->nodelink->del()

Delete a link between two nodes, if linked.

SYNTAX
void vg4->nodelink->del(struct VG_Nodelink *ndlnk, const char *nodeid1, const char *nodeid2, VG_BOOL bidirect)

FUNCTION PARAMETERS
ndlnk Nodelink
nodeid1 Node from
nodeid2 Node to
bidirect Whether also delete link from nodeid2 to nodeid1, if linked

DESCRIPTION
Delete the link from nodeid1 to nodeid2, if linked. If bidirect is set to VG_TRUE, also delete the link from nodeid2 to nodeid1, if linked.

SEE ALSO
vg4->nodelink->add()