VgaGames4 - object man-pages

[.. upper level ..]

vg4->object->destroyall()

Destroy all object-instances.

SYNTAX
void vg4->object->destroyall(void)

DESCRIPTION
Destroy all object-instances. This function does all the stuff vg4->object->destroy() does, except calling parent's f_childexit(). The parameter vgame of the f_free() functions will be NULL.

SEE ALSO
vg4->object->destroy() vg4->object->destroy_objid()