Ifserver: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) 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.