Difference between revisions of "CBaseEntity (CS)"
(Added links.) |
(Added some links) |
||
(3 intermediate revisions by the same user not shown) | |||
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''' | ||
− | ** [[CBaseDelay (CS)|CBaseDelay]] | + | ** '''[[CBaseDelay (CS)|CBaseDelay]]''' |
− | ** [[CBasePlayerAmmo (CS)|CBasePlayerAmmo]] | + | ** '''[[CBasePlayerAmmo (CS)|CBasePlayerAmmo]]''' |
− | ** [[CPointEntity (CS)|CPointEntity]] | + | ** '''[[CPointEntity (CS)|CPointEntity]]''' |
− | ** [[CRuleEntity (CS)|CRuleEntity]] | + | ** '''[[CRuleEntity (CS)|CRuleEntity]]''' |
+ | ** [[CBaseSpectator (CS)|CBaseSpectator]] | ||
** [[CAmbienGeneric (CS)|CAmbienGeneric ''(ambient_generic)'']] | ** [[CAmbienGeneric (CS)|CAmbienGeneric ''(ambient_generic)'']] | ||
− | ** [[CBeam (CS)|CBeam ''(beam)'']] | + | ** '''[[CBeam (CS)|CBeam ''(beam)'']]''' |
+ | ** [[CBloodSplat (CS)|CBloodSplat]] | ||
** [[CBubbling (CS)|CBubbling ''(env_bubbles)'']] | ** [[CBubbling (CS)|CBubbling ''(env_bubbles)'']] | ||
+ | ** [[CButtonTarget (CS)|CButtonTarget ''(button_target)'']] | ||
** [[CCorpse (CS)|CCorpse ''(bodyque)'']] | ** [[CCorpse (CS)|CCorpse ''(bodyque)'']] | ||
** [[CCyclerSprite (CS)|CCyclerSprite ''(cycler_sprite)'']] | ** [[CCyclerSprite (CS)|CCyclerSprite ''(cycler_sprite)'']] | ||
Line 19: | Line 30: | ||
** [[CFuncTankControls (CS)|CFuncTankControls ''(func_tankcontrols)'']] | ** [[CFuncTankControls (CS)|CFuncTankControls ''(func_tankcontrols)'']] | ||
** [[CFuncTrackTrain (CS)|CFuncTrackTrain ''(func_tracktrain)'']] | ** [[CFuncTrackTrain (CS)|CFuncTrackTrain ''(func_tracktrain)'']] | ||
+ | ** '''[[CFuncWall (CS)|CFuncWall ''(func_wall)'']]''' | ||
** [[CGib (CS)|CGib]] | ** [[CGib (CS)|CGib]] | ||
** [[CItemSoda (CS)|CItemSoda ''(item_sodacan)'']] | ** [[CItemSoda (CS)|CItemSoda ''(item_sodacan)'']] | ||
+ | ** [[CLaserSpot (CS)|CLaserSpot ''(laser_spot)'']] | ||
** [[CNullEntity (CS)|CNullEntity ''(info_null)'']] | ** [[CNullEntity (CS)|CNullEntity ''(info_null)'']] | ||
** [[CPendulum (CS)|CPendulum ''(func_pendulum)'']] | ** [[CPendulum (CS)|CPendulum ''(func_pendulum)'']] | ||
+ | ** [[CPlatTrigger (CS)|CPlatTrigger]] | ||
+ | ** [[CRenderFxManager (CS)|CRenderFxManager ''(env_render)'']] | ||
** [[CSpeaker (CS)|CSpeaker ''(speaker)'']] | ** [[CSpeaker (CS)|CSpeaker ''(speaker)'']] | ||
** [[CShower (CS)|CShower ''(spark_shower)'']] | ** [[CShower (CS)|CShower ''(spark_shower)'']] | ||
− | ** [[CSoundEnt (CS)|CSoundEnt ''soundent'']] | + | ** [[CSoundEnt (CS)|CSoundEnt ''(soundent)'']] |
+ | ** [[CSprayCan (CS)|CSprayCan]] | ||
** [[CWeaponBox (CS)|CWeaponBox ''(weaponbox)'']] | ** [[CWeaponBox (CS)|CWeaponBox ''(weaponbox)'']] | ||
** [[CWorld (CS)|CWorld ''(worldspawn)'']] | ** [[CWorld (CS)|CWorld ''(worldspawn)'']] | ||
** [[CWorldItem (CS)|CWorldItem ''(world_items)'']] | ** [[CWorldItem (CS)|CWorldItem ''(world_items)'']] | ||
+ | ** [[CXenTreeTrigger (CS)|CXenTreeTrigger ''(xen_ttrigger)'']] | ||
+ | |||
+ | |||
+ | == 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] |
Latest revision as of 17:05, 17 May 2009
Basic Information
- Classname: CBaseEntity.
- Description: Base Entity. All entity types derive from this.
Class Hierarchy
- CBaseEntity
- CBaseDelay
- CBasePlayerAmmo
- CPointEntity
- CRuleEntity
- CBaseSpectator
- CAmbienGeneric (ambient_generic)
- CBeam (beam)
- CBloodSplat
- CBubbling (env_bubbles)
- CButtonTarget (button_target)
- 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)
- CFuncWall (func_wall)
- CGib
- CItemSoda (item_sodacan)
- CLaserSpot (laser_spot)
- CNullEntity (info_null)
- CPendulum (func_pendulum)
- CPlatTrigger
- CRenderFxManager (env_render)
- CSpeaker (speaker)
- CShower (spark_shower)
- CSoundEnt (soundent)
- CSprayCan
- CWeaponBox (weaponbox)
- CWorld (worldspawn)
- CWorldItem (world_items)
- CXenTreeTrigger (xen_ttrigger)
Entity Data
None.