Ifserver: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "'''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 [[..."
 
(No difference)

Latest revision as of 17:28, 24 May 2012

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.