VgaGames 3 - VgaGames3-object man-pages

[.. upper level ..]

VG3_ofunc_get_objobjfunc()

Return structure with object-to-object-functions for two VgaGames3-objects.
SYNTAX
const struct vg3_ofunc_objobjfunc * VG3_ofunc_get_objobjfunc(struct vg3_ofunc *ofstruct, const char *oid1, const char *oid2)

FUNCTION PARAMETERS
ofstruct Common VgaGames3-object structure
oid1 Object-ID of first object
oid2 Object-ID of second object

RETURN VALUE
Returns the structure with object-to-object-functions, or NULL if not found.

DESCRIPTION
Return structure with object-to-object-functions for two VgaGames3-objects with object-IDs = oid1 and oid2. The order of the two object-IDs is irrelevant. This structure had to be filled out with a getoofc_*() function in this interaction for two VgaGames3-objects, refer to ofunc_new().

SEE ALSO
VG3_ofunc_get_objfunc()