Ifclient: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "'''ifclient''' { do something } else { do something else } If condition returning true if the game instance executing the code is a client (as opposed to a server). See [[if..."
 
(No difference)

Latest revision as of 17:29, 24 May 2012

ifclient { do something } else { do something else }

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

See ifmultiplayer and ifserver.