VG3_ofunc_mgmt_data()
Query status or exchange data for managing of a given object, i.e. call f_data().SYNTAX
int
VG3_ofunc_mgmt_data(struct vg3_ofunc *ofstruct,
void *vgame,
const char *oid,
void *vdata)
FUNCTION PARAMETERS
ofstruct | Common VgaGames3-object structure |
vgame | Individual game structure |
oid | Object-ID |
vdata | Arbitrary indivdual parameter or NULL |
DESCRIPTION
Call the function f_data() of the object-managing
for object-instances with object-ID oid.
This function can be used to query or actualize data for the object-managing.
Refer to struct vg3_ofunc_ofmgmt.
RETURN VALUE
Returns the return value of f_data(),
or 0 if no f_data() is being found.
SEE ALSO