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