VgaGames 3 - Network man-pages

[.. upper level ..]

VG3_nw_pause()

Pause game for all connected clients.
SYNTAX
void VG3_nw_pause(struct vg3_nwclient *nwclnt)

FUNCTION PARAMETERS
nwclnt Network-struct

DESCRIPTION
Pause game for all connected clients. This function pauses all clients rather than only the own client as with VG3_pause(). Only the player who called this function can end the pause.