CLogicalEntity

From SigMod
Revision as of 00:36, 26 March 2022 by Mince (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview[edit | edit source]

An extension of CServerOnlyEntity. Most point entities in Source which don't need to be networked inherit from this class (logic_case, math_counter, etc). Entities which inherit from this class have neither position nor size.

Source location : /game/server/baseentity.h

Class Structure[edit | edit source]