VG3_ofunc_objlist_call_free()
Call the function f_free() of all or some object-instances in the list of VgaGames3-objects.SYNTAX
void
VG3_ofunc_objlist_call_free(struct vg3_ofunc *ofstruct,
void *vgame,
const char *oid)
FUNCTION PARAMETERS
ofstruct | Common VgaGames3-object structure |
vgame | Individual game structure |
oid | Object-ID, for which object-instances f_free() shall be called or NULL = all object-instances |
DESCRIPTION
Call the function f_free() of all object-instances in the list of VgaGames3-objects
or only for all object-instances of object-ID = oid.
SEE ALSO