Jump to content

Ifserver

From EDukeWiki

ifserver { do something } else { do something else }

If condition returning true if the game instance executing the code is the server (as opposed to a client).

See ifmultiplayer and ifclient.