CLogicalEntity

From SigMod
Revision as of 00:43, 14 March 2022 by Mince (talk | contribs) (Created page with "== Overview == An extension of CServerOnlyEntity, except this class supports keyvalues (e.g. targetname). Most point entities which don't need to be networked inherit from...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

An extension of CServerOnlyEntity, except this class supports keyvalues (e.g. targetname). Most point entities which don't need to be networked inherit from this class (logic_case, math_counter, etc).

Source location : /game/server/tf2/baseentity.h

Class Structure