Difference between revisions of "CBaseEntity (CS)"
m (moved CBaseEntity Offset List (Counter-Strike) to CBaseEntity (CS)) |
(Added some links) |
||
| (6 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''' | ||
| − | ** [[CBaseDelay | + | ** '''[[CBaseDelay (CS)|CBaseDelay]]''' |
| − | ** [[CBasePlayerAmmo | + | ** '''[[CBasePlayerAmmo (CS)|CBasePlayerAmmo]]''' |
| − | ** [[CPointEntity | + | ** '''[[CPointEntity (CS)|CPointEntity]]''' |
| − | ** [[CRuleEntity | + | ** '''[[CRuleEntity (CS)|CRuleEntity]]''' |
| − | ** [[CAmbienGeneric | + | ** [[CBaseSpectator (CS)|CBaseSpectator]] |
| − | ** [[CBeam | + | ** [[CAmbienGeneric (CS)|CAmbienGeneric ''(ambient_generic)'']] |
| − | ** [[CBubbling | + | ** '''[[CBeam (CS)|CBeam ''(beam)'']]''' |
| − | ** [[CCyclerSprite | + | ** [[CBloodSplat (CS)|CBloodSplat]] |
| − | ** [[CEnvSpark | + | ** [[CBubbling (CS)|CBubbling ''(env_bubbles)'']] |
| − | ** [[CFuncTank | + | ** [[CButtonTarget (CS)|CButtonTarget ''(button_target)'']] |
| − | ** [[CFrictionModifier | + | ** [[CCorpse (CS)|CCorpse ''(bodyque)'']] |
| − | ** [[CFuncRotating | + | ** [[CCyclerSprite (CS)|CCyclerSprite ''(cycler_sprite)'']] |
| − | ** [[CFuncTankControls | + | ** [[CDecal (CS)|CDecal ''(infodecal)'']] |
| − | ** [[CFuncTrackTrain | + | ** [[CEnvSpark (CS)|CEnvSpark ''(env_spark, env_debris)'']] |
| − | ** [[CPendulum | + | ** [[CFuncTank (CS)|CFuncTank ''(func_tank)'']] |
| − | ** [[CSpeaker | + | ** [[CFrictionModifier (CS)|CFrictionModifier ''(func_friction)'']] |
| − | ** [[CWeaponBox | + | ** [[CFuncRotating (CS)|CFuncRotating ''(func_rotating)'']] |
| − | ** [[CWorldItem | + | ** [[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.