vg4->actionstack->push()
Push element onto actionstack.
SYNTAX
void
vg4->actionstack->push(unsigned int name_id, void *vdata)
FUNCTION PARAMETERS
name_id | Element-ID: arbitrary positive ID, which defines this element |
vdata | Element-data: allocated data for this element |
DESCRIPTION
Push element onto actionstack.
This element will become the upmost element,
which will retrieved by vg4->actionstack->get() and removed by vg4->actionstack->pop().
SEE ALSO