An ACS library for ZDoom-based ports
This is an old revision of the document!
bool IsClientOnly()
Returns true if the code is executing only clientside, but not serverside. Returns false in singleplayer, unlike IsClient. Shorthand for IsClient() && !IsServer().
IsClient() && !IsServer()