CServerOnlyEntity: Difference between revisions

From SigMod
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 00:38, 14 March 2022

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