Difference between revisions of "CBaseEntity (CS)"

From AlliedModders Wiki
Jump to: navigation, search
m
(Added some links)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:CS Offset 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 Offset List (Counter-Strike)|CBaseDelay]]
+
** '''[[CBaseDelay (CS)|CBaseDelay]]'''
** [[CBasePlayerAmmo Offset List (Counter-Strike)|CBasePlayerAmmo]]
+
** '''[[CBasePlayerAmmo (CS)|CBasePlayerAmmo]]'''
** [[CAmbienGeneric Offset List (Counter-Strike)|CAmbienGeneric ''(ambient_generic)'']]
+
** '''[[CPointEntity (CS)|CPointEntity]]'''
** [[CBubbling Offset List (Counter-Strike)|CBubbling ''(env_bubbles)'']]
+
** '''[[CRuleEntity (CS)|CRuleEntity]]'''
** [[CCyclerSprite Offset List (Counter-Strike)|CCyclerSprite ''(cycler_sprite)'']]
+
** [[CBaseSpectator (CS)|CBaseSpectator]]
** [[CEnvSpark Offset List (Counter-Strike)|CEnvSpark ''(env_spark, env_debris)'']]
+
** [[CAmbienGeneric (CS)|CAmbienGeneric ''(ambient_generic)'']]
** [[CFuncTank Offset List (Counter-Strike)|CFuncTank ''(func_tank)'']]
+
** '''[[CBeam (CS)|CBeam ''(beam)'']]'''
** [[CFrictionModifier Offset List (Counter-Strike)|CFrictionModifier ''(func_friction)'']]
+
** [[CBloodSplat (CS)|CBloodSplat]]
** [[CFuncRotating Offset List (Counter-Strike)|CFuncRotating ''(func_rotating)'']]
+
** [[CBubbling (CS)|CBubbling ''(env_bubbles)'']]
** [[CFuncTankControls Offset List (Counter-Strike)|CFuncTankControls ''(func_tankcontrols)'']]
+
** [[CButtonTarget (CS)|CButtonTarget ''(button_target)'']]
** [[CFuncTrackTrain Offset List (Counter-Strike)|CFuncTrackTrain ''(func_tracktrain)'']]
+
** [[CCorpse (CS)|CCorpse ''(bodyque)'']]
** [[CPendulum Offset List (Counter-Strike)|CPendulum]]
+
** [[CCyclerSprite (CS)|CCyclerSprite ''(cycler_sprite)'']]
** [[CPointEntity Offset List (Counter-Strike)|CPointEntity]]
+
** [[CDecal (CS)|CDecal ''(infodecal)'']]
** [[CRuleEntity Offset List (Counter-Strike)|CRuleEntity]]
+
** [[CEnvSpark (CS)|CEnvSpark ''(env_spark, env_debris)'']]
** [[CSpeaker Offset List (Counter-Strike)|CSpeaker]]
+
** [[CFuncTank (CS)|CFuncTank ''(func_tank)'']]
** [[CWeaponBox Offset List (Counter-Strike)|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 ==
  
<!-- CGib
+
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/cbase.h?view=markup&root=amxmodx cbase.h] ''(line 135)''
CItemSoda
+
* [http://svn.tcwonline.org/viewvc.cgi/hlsdk/dlls/cbase.cpp?view=markup&root=amxmodx cbase.cpp]
CLaserSpot
 
CNullEntity
 
CPlatTrigger
 
CShower
 
CSoundEnt
 
CSprayCan
 
CWorld
 
CWorldItem -->
 

Latest revision as of 18:05, 17 May 2009