Difference between revisions of "CBaseEntity (CS)"
m |
(Added contents.) |
||
Line 1: | Line 1: | ||
[[Category:CS Class List]] | [[Category:CS Class List]] | ||
+ | |||
+ | == Basic Information == | ||
+ | |||
+ | * '''Classname''': CBaseEntity. <br /> | ||
+ | * '''Description''': Base Entity. All entity types derive from this. <br /> | ||
+ | |||
+ | |||
+ | == Class Hierarchy == | ||
* '''CBaseEntity''' | * '''CBaseEntity''' | ||
Line 29: | Line 37: | ||
** [[CWorld (CS)|CWorld ''(worldspawn)'']] | ** [[CWorld (CS)|CWorld ''(worldspawn)'']] | ||
** [[CWorldItem (CS)|CWorldItem ''(world_items)'']] | ** [[CWorldItem (CS)|CWorldItem ''(world_items)'']] | ||
+ | |||
+ | |||
+ | == Entity Data == | ||
+ | |||
+ | None. | ||
+ | |||
+ | |||
+ | == HLSDK Reference == | ||
+ | |||
+ | * [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/cbase.h?view=markup&root=amxmodx cbase.h] ''(line 135)'' | ||
+ | * [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/cbase.cpp?view=markup&root=amxmodx cbase.cpp] |
Revision as of 11:26, 5 May 2009
Basic Information
- Classname: CBaseEntity.
- Description: Base Entity. All entity types derive from this.
Class Hierarchy
- CBaseEntity
- CBaseDelay
- CBasePlayerAmmo
- CPointEntity
- CRuleEntity
- CAmbienGeneric (ambient_generic)
- CBeam (beam)
- CBubbling (env_bubbles)
- CCorpse (bodyque)
- CCyclerSprite (cycler_sprite)
- CDecal (infodecal)
- CEnvSpark (env_spark, env_debris)
- CFuncTank (func_tank)
- CFrictionModifier (func_friction)
- CFuncRotating (func_rotating)
- CFuncTankControls (func_tankcontrols)
- CFuncTrackTrain (func_tracktrain)
- CGib
- CItemSoda (item_sodacan)
- CNullEntity (info_null)
- CPendulum (func_pendulum)
- CSpeaker (speaker)
- CShower (spark_shower)
- CSoundEnt (soundent)
- CWeaponBox (weaponbox)
- CWorld (worldspawn)
- CWorldItem (world_items)
Entity Data
None.