Ifclient

From EDukeWiki
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.