CBaseEntity: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == The class from which all entity types derive from. '''Source Location : /game/server/baseentity.h''' == SendProps ==") |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The class from which all entity types derive from. | The class from which all entity types derive from. The only exceptions to this are [https://wiki.alliedmods.net/TempEnts_(SourceMod_SDKTools) TempEnts], which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity. | ||
'''Source Location : /game/server/baseentity.h''' | '''Source Location : /game/server/baseentity.h''' | ||
== SendProps == | == SendProps == |
Revision as of 23:46, 29 January 2022
Overview
The class from which all entity types derive from. The only exceptions to this are TempEnts, which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity.
Source Location : /game/server/baseentity.h