VgaGames 3 - VgaGames3-object man-pages

[.. upper level ..]

VG3_ofunc_reset_seeds()

[added in version 1.5]

Reset all seed-values of all objects and object-managements.
SYNTAX
void VG3_ofunc_reset_seeds(struct vg3_ofunc *ofstruct)

FUNCTION PARAMETERS
ofstruct Common VgaGames3-object structure

DESCRIPTION
Reset all seed-values of all objects and object-managements. This function must be called after calling VG3_nw_connect() to reset all seed-values to the same values of all network-clients.

SEE ALSO
VG3_nw_random_initseed() VG3_nw_random_getnext() VG3_ofunc_get_seed() VG3_ofunc_mgmt_get_seed()