CPointEntity: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == A class for entities which '''are''' required to be networked to clients. Entities that inherit from this class only have a position, not a size. '''Source loc...")
(No difference)

Revision as of 02:48, 16 March 2022

Overview

A class for entities which are required to be networked to clients. Entities that inherit from this class only have a position, not a size.

Source location : /game/server/baseentity.h

Class Structure