CServerOnlyEntity

From SigMod
Revision as of 00:38, 14 March 2022 by Mince (talk | contribs) (Created page with "== Overview == A class for entities which are not required to be networked to clients and therefore are solely managed by the server. '''Source location : [https://github.com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

A class for entities which are not required to be networked to clients and therefore are solely managed by the server.

Source location : /game/server/baseentity.h

Class Structure