VG3_actionstack_pop()
[added in version 1.4]
Remove the top-most element from an actionstack.
SYNTAX
void
VG3_actionstack_pop(struct vg3_actionstack *astack)
FUNCTION PARAMETERS
astack | Actionstack |
DESCRIPTION
Remove the top-most element from an actionstack.
SEE ALSO
VG3_actionstack_new()
VG3_actionstack_free()
VG3_actionstack_push()
VG3_actionstack_get()
VG3_actionstack_parent()
VG3_actionstack_dump()