Difference between revisions of "CBaseEntity (CS)"
(Added more links.) |
(Added some links) |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:CS | + | [[Category:CS Class List]] |
+ | |||
+ | == Basic Information == | ||
+ | |||
+ | * '''Classname''': CBaseEntity. <br /> | ||
+ | * '''Description''': Base Entity. All entity types derive from this. <br /> | ||
+ | |||
+ | |||
+ | == Class Hierarchy == | ||
* '''CBaseEntity''' | * '''CBaseEntity''' | ||
− | ** [[CAmbienGeneric | + | ** '''[[CBaseDelay (CS)|CBaseDelay]]''' |
− | ** [[ | + | ** '''[[CBasePlayerAmmo (CS)|CBasePlayerAmmo]]''' |
− | ** [[ | + | ** '''[[CPointEntity (CS)|CPointEntity]]''' |
− | ** [[CBubbling | + | ** '''[[CRuleEntity (CS)|CRuleEntity]]''' |
− | ** [[CCyclerSprite | + | ** [[CBaseSpectator (CS)|CBaseSpectator]] |
− | ** [[CEnvSpark | + | ** [[CAmbienGeneric (CS)|CAmbienGeneric ''(ambient_generic)'']] |
− | ** [[CFuncTank | + | ** '''[[CBeam (CS)|CBeam ''(beam)'']]''' |
− | ** [[CFrictionModifier | + | ** [[CBloodSplat (CS)|CBloodSplat]] |
− | ** [[CFuncRotating | + | ** [[CBubbling (CS)|CBubbling ''(env_bubbles)'']] |
− | ** [[CFuncTankControls | + | ** [[CButtonTarget (CS)|CButtonTarget ''(button_target)'']] |
− | ** [[CFuncTrackTrain | + | ** [[CCorpse (CS)|CCorpse ''(bodyque)'']] |
− | ** [[CPendulum | + | ** [[CCyclerSprite (CS)|CCyclerSprite ''(cycler_sprite)'']] |
− | ** [[ | + | ** [[CDecal (CS)|CDecal ''(infodecal)'']] |
− | ** [[ | + | ** [[CEnvSpark (CS)|CEnvSpark ''(env_spark, env_debris)'']] |
− | ** [[CSpeaker | + | ** [[CFuncTank (CS)|CFuncTank ''(func_tank)'']] |
− | ** [[CWeaponBox | + | ** [[CFrictionModifier (CS)|CFrictionModifier ''(func_friction)'']] |
+ | ** [[CFuncRotating (CS)|CFuncRotating ''(func_rotating)'']] | ||
+ | ** [[CFuncTankControls (CS)|CFuncTankControls ''(func_tankcontrols)'']] | ||
+ | ** [[CFuncTrackTrain (CS)|CFuncTrackTrain ''(func_tracktrain)'']] | ||
+ | ** '''[[CFuncWall (CS)|CFuncWall ''(func_wall)'']]''' | ||
+ | ** [[CGib (CS)|CGib]] | ||
+ | ** [[CItemSoda (CS)|CItemSoda ''(item_sodacan)'']] | ||
+ | ** [[CLaserSpot (CS)|CLaserSpot ''(laser_spot)'']] | ||
+ | ** [[CNullEntity (CS)|CNullEntity ''(info_null)'']] | ||
+ | ** [[CPendulum (CS)|CPendulum ''(func_pendulum)'']] | ||
+ | ** [[CPlatTrigger (CS)|CPlatTrigger]] | ||
+ | ** [[CRenderFxManager (CS)|CRenderFxManager ''(env_render)'']] | ||
+ | ** [[CSpeaker (CS)|CSpeaker ''(speaker)'']] | ||
+ | ** [[CShower (CS)|CShower ''(spark_shower)'']] | ||
+ | ** [[CSoundEnt (CS)|CSoundEnt ''(soundent)'']] | ||
+ | ** [[CSprayCan (CS)|CSprayCan]] | ||
+ | ** [[CWeaponBox (CS)|CWeaponBox ''(weaponbox)'']] | ||
+ | ** [[CWorld (CS)|CWorld ''(worldspawn)'']] | ||
+ | ** [[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.