VG3_ofunc_objlist_insert()
Insert an object-instance into the list of VgaGames3-objects.SYNTAX
void
VG3_ofunc_objlist_insert(struct vg3_ofunc *ofstruct,
struct vg3_ofunc_object *objp)
FUNCTION PARAMETERS
ofstruct | Common VgaGames3-object structure |
objp | Object-instance |
DESCRIPTION
Insert an object-instance into the list of VgaGames3-objects.
This also sets the instanceid of objp.
SEE ALSO
VG3_ofunc_objlist_remove()
VG3_ofunc_objlist_isvalid()
VG3_ofunc_objlist_find_obj()
VG3_ofunc_objlist_find_subobj()