Ifclient

From EDukeWiki
Revision as of 17:29, 24 May 2012 by Hendricks266 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.