CBaseEntity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
|'''m_vecOrigin''' | |'''m_vecOrigin''' | ||
|Vector | |Vector | ||
|The local position of | |The local position of this entity relative to it's parent. If this entity has no parent, the position is relative to the world origin. | ||
|- | |- | ||
|'''m_ubInterpolationFrame''' | |'''m_ubInterpolationFrame''' | ||
Line 44: | Line 44: | ||
| style="width: 50%;" |'''m_vecMinsPreScaled''' | | style="width: 50%;" |'''m_vecMinsPreScaled''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" |The mins coordinate point for the Collision bounding box of | | style="width: 35%;" |The mins coordinate point for the Collision bounding box of this entity '''before''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
|'''m_vecMaxsPreScaled''' | |'''m_vecMaxsPreScaled''' | ||
|Vector | |Vector | ||
|The maxs coordinate point for the Collision bounding box of | |The maxs coordinate point for the Collision bounding box of this entity '''before''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
|'''m_vecMins''' | |'''m_vecMins''' | ||
|Vector | |Vector | ||
|The mins coordinate point for the Collision bounding box of | |The mins coordinate point for the Collision bounding box of this entity '''after''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
|'''m_vecMaxs''' | |'''m_vecMaxs''' | ||
|Vector | |Vector | ||
|The maxs coordinate point for the Collision bounding box of | |The maxs coordinate point for the Collision bounding box of this entity '''after''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
|'''m_nSolidType''' | |'''m_nSolidType''' | ||
Line 83: | Line 83: | ||
| | | | ||
* 0 - None | * 0 - None | ||
* 1 - Ignore solid type + always call into | * 1 - Ignore solid type + always call into this entity for ray tests | ||
* 2 - Ignore solid type + always call into | * 2 - Ignore solid type + always call into this entity for swept box tests | ||
* 4 - Are we currently not solid? | * 4 - Are we currently not solid? | ||
* 8 - This is something may be collideable but fires touch functions even when it's not collideable (when the FSOLID_NOT_SOLID (4) flag is set) | * 8 - This is something may be collideable but fires touch functions even when it's not collideable (when the FSOLID_NOT_SOLID (4) flag is set) | ||
Line 130: | Line 130: | ||
|'''m_nRenderMode''' | |'''m_nRenderMode''' | ||
|Integer | |Integer | ||
|The mode in which this entity should attempt to be rendered. | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="1" |Values | |||
|- | |||
| | | | ||
* 0 - Normal | |||
* 1 - Color | |||
* 2 - Texture | |||
* 3 - Glow | |||
* 4 - Solid/Alphatest | |||
* 5 - Additive | |||
* 6 - Removed, does nothing | |||
* 7 - Additive Fractional Frame | |||
* 8 - Alpha Add | |||
* 9 - World Space Glow | |||
* 10 - Don't Render | |||
|} | |||
|- | |- | ||
|'''m_fEffects''' | |'''m_fEffects''' | ||
Line 138: | Line 154: | ||
|'''m_clrRender''' | |'''m_clrRender''' | ||
|Integer | |Integer | ||
|An integer representing the RGB render color of | |An integer representing the RGB render color of this entity. | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
! colspan="1" | Calculating The Value | ! colspan="1" | Calculating The Value | ||
Line 478: | Line 494: | ||
| style="width: 50%;" |'''m_vecMaxs''' | | style="width: 50%;" |'''m_vecMaxs''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" |The maxs coordinate point for the Collision bounding box of | | style="width: 35%;" |The maxs coordinate point for the Collision bounding box of this entity '''after''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecMaxsPreScaled''' | | style="width: 50%;" |'''m_vecMaxsPreScaled''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" |The maxs coordinate point for the Collision bounding box of | | style="width: 35%;" |The maxs coordinate point for the Collision bounding box of this entity '''before''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecMins''' | | style="width: 50%;" |'''m_vecMins''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" |The mins coordinate point for the Collision bounding box of | | style="width: 35%;" |The mins coordinate point for the Collision bounding box of this entity '''after''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecMinsPreScaled''' | | style="width: 50%;" |'''m_vecMinsPreScaled''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" |The mins coordinate point for the Collision bounding box of | | style="width: 35%;" |The mins coordinate point for the Collision bounding box of this entity '''before''' any changes are made to it, such as through the modelscale keyvalue. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecSpecifiedSurroundingMaxs''' | | style="width: 50%;" |'''m_vecSpecifiedSurroundingMaxs''' | ||
Line 621: | Line 637: | ||
| style="width: 50%;" |'''m_clrRender''' | | style="width: 50%;" |'''m_clrRender''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" |An integer representing the RGB render color of | | style="width: 35%;" |An integer representing the RGB render color of this entity. | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
! colspan="1" | Calculating The Value | ! colspan="1" | Calculating The Value | ||
Line 663: | Line 679: | ||
| style="width: 50%;" |'''m_flGravity''' | | style="width: 50%;" |'''m_flGravity''' | ||
| style="width: 15%;" |Float | | style="width: 15%;" |Float | ||
| style="width: 35%;" | | | style="width: 35%;" |A modifier for the gravity of this entity. 0 does not mean "zero gravity", but rather it means this datamap does not modify anything. 1 is normal gravity. | ||
|- | |- | ||
| style="width: 50%;" |'''m_flGroundChangeTime''' | | style="width: 50%;" |'''m_flGroundChangeTime''' | ||
Line 715: | Line 731: | ||
| style="width: 50%;" |'''m_hMoveChild''' | | style="width: 50%;" |'''m_hMoveChild''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |The first immediate child of this entity in the movement hierarchy. | ||
|- | |- | ||
| style="width: 50%;" |'''m_hMoveParent''' | | style="width: 50%;" |'''m_hMoveParent''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |The immediate parent of this entity in the movement hierarchy. | ||
|- | |- | ||
| style="width: 50%;" |'''m_hMovePeer''' | | style="width: 50%;" |'''m_hMovePeer''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |The next immediate sibling (entity with the same parent) of this entity in the movement hierarchy. | ||
|- | |- | ||
| style="width: 50%;" |'''m_hOwnerEntity''' | | style="width: 50%;" |'''m_hOwnerEntity''' | ||
Line 747: | Line 763: | ||
| style="width: 50%;" |'''m_iHealth''' | | style="width: 50%;" |'''m_iHealth''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" |The current health of | | style="width: 35%;" |The current health of this entity. | ||
|- | |- | ||
| style="width: 50%;" |'''m_iInitialTeamNum''' | | style="width: 50%;" |'''m_iInitialTeamNum''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |The initial team this entity is a part of when it spawns. For players this is just 0. | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="1" |Values | |||
|- | |||
| | |||
* 0 - None | |||
* 1 - Spectator | |||
* 2 - RED | |||
* 3 - BLU | |||
* 5 - Boss / Neutral | |||
|} | |||
|- | |- | ||
| style="width: 50%;" |'''m_iMaxHealth''' | | style="width: 50%;" |'''m_iMaxHealth''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" |The max health of | | style="width: 35%;" |The max health of this entity. | ||
|- | |- | ||
| style="width: 50%;" |'''m_iName''' | | style="width: 50%;" |'''m_iName''' | ||
Line 821: | Line 847: | ||
| style="width: 50%;" |'''m_nRenderMode''' | | style="width: 50%;" |'''m_nRenderMode''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |The mode in which this entity should attempt to be rendered. | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="1" |Values | |||
|- | |||
| | |||
* 0 - Normal | |||
* 1 - Color | |||
* 2 - Texture | |||
* 3 - Glow | |||
* 4 - Solid/Alphatest | |||
* 5 - Additive | |||
* 6 - Removed, does nothing | |||
* 7 - Additive Fractional Frame | |||
* 8 - Alpha Add | |||
* 9 - World Space Glow | |||
* 10 - Don't Render | |||
|} | |||
|- | |- | ||
| style="width: 50%;" |'''m_nSimulationTick''' | | style="width: 50%;" |'''m_nSimulationTick''' | ||
Line 833: | Line 875: | ||
| style="width: 50%;" |'''m_nWaterLevel''' | | style="width: 50%;" |'''m_nWaterLevel''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |How far this entity is submerged in water. For players, the values are like so: | ||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="1" |Values | |||
|- | |||
| | |||
* 0 - Not touching water. | |||
* 1 - Touching water, but our movement is unaffected. (Water at our feet) | |||
* 2 - Swimming, but our head isn't below the surface. (We can still breath) | |||
* 3 - Completely submerged in water. | |||
* 10 - Don't Render | |||
|} | |||
|- | |- | ||
| style="width: 50%;" |'''m_nWaterType''' | | style="width: 50%;" |'''m_nWaterType''' | ||
Line 877: | Line 930: | ||
| style="width: 50%;" |'''m_spawnflags''' | | style="width: 50%;" |'''m_spawnflags''' | ||
| style="width: 15%;" |Integer | | style="width: 15%;" |Integer | ||
| style="width: 35%;" | | | style="width: 35%;" |The spawnflags for this entity. | ||
|- | |- | ||
| style="width: 50%;" |'''m_takedamage''' | | style="width: 50%;" |'''m_takedamage''' | ||
Line 889: | Line 942: | ||
| style="width: 50%;" |'''m_vecAbsOrigin''' | | style="width: 50%;" |'''m_vecAbsOrigin''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" | | | style="width: 35%;" |The absolute position of this entity relative to the world. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecAbsVelocity''' | | style="width: 50%;" |'''m_vecAbsVelocity''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" | | | style="width: 35%;" |The absolute velocity of this entity relative to the world. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecAngVelocity''' | | style="width: 50%;" |'''m_vecAngVelocity''' | ||
Line 905: | Line 958: | ||
| style="width: 50%;" |'''m_vecOrigin''' | | style="width: 50%;" |'''m_vecOrigin''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" | | | style="width: 35%;" |The local position of this entity relative to it's parent. If this entity has no parent, the position is relative to the world | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecVelocity''' | | style="width: 50%;" |'''m_vecVelocity''' | ||
| style="width: 15%;" |Vector | | style="width: 15%;" |Vector | ||
| style="width: 35%;" | | | style="width: 35%;" |The local velocity of this entity relative to it's parent. If this entity has no parent, the velocity is relative to the world. | ||
|- | |- | ||
| style="width: 50%;" |'''m_vecViewOffset''' | | style="width: 50%;" |'''m_vecViewOffset''' |
Revision as of 05:58, 1 April 2022
Overview
The class from which all entity types derive from. The only exceptions to this are TempEnts, which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity.
Source location : /game/server/baseentity.h
Go back to Classes
SendProps
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||
m_flSimulationTime | Integer | |||||||||||||||||||||||||||||||||||||||||||||||
m_vecOrigin | Vector | The local position of this entity relative to it's parent. If this entity has no parent, the position is relative to the world origin. | ||||||||||||||||||||||||||||||||||||||||||||||
m_ubInterpolationFrame | Integer | |||||||||||||||||||||||||||||||||||||||||||||||
m_nModelIndex | Integer | The index for this entity's precached model. Changing this does nothing in TF2. | ||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
m_nRenderFX | Integer | |||||||||||||||||||||||||||||||||||||||||||||||
m_nRenderMode | Integer | The mode in which this entity should attempt to be rendered.
| ||||||||||||||||||||||||||||||||||||||||||||||
m_fEffects | Integer | |||||||||||||||||||||||||||||||||||||||||||||||
m_clrRender | Integer | An integer representing the RGB render color of this entity.
| ||||||||||||||||||||||||||||||||||||||||||||||
m_iTeamNum | Integer | The team this entity is a part of.
| ||||||||||||||||||||||||||||||||||||||||||||||
m_CollisionGroup | Integer | Modifies what this entity collides with.
| ||||||||||||||||||||||||||||||||||||||||||||||
m_flElasticity | Float | |||||||||||||||||||||||||||||||||||||||||||||||
m_flShadowCastDistance | Float | |||||||||||||||||||||||||||||||||||||||||||||||
m_hOwnerEntity | Integer | The owner of this entity, not to be confused with the parent (moveparent). A common example of ownership is players owning the projectiles that they fire. Some entities may not work properly if you create them without giving them an owner. | ||||||||||||||||||||||||||||||||||||||||||||||
m_hEffectEntity | Integer | |||||||||||||||||||||||||||||||||||||||||||||||
moveparent | String | The immediate parent of this entity in the movement hierarchy. The targetname of the parent is used, rather than a Handle to the parent entity itsself. | ||||||||||||||||||||||||||||||||||||||||||||||
m_iParentAttachment | Integer | The attachment point on the parent entity which this entity is held to. | ||||||||||||||||||||||||||||||||||||||||||||||
movetype | Char | Determines the movement behavior for this entity.
| ||||||||||||||||||||||||||||||||||||||||||||||
movecollide | Char | |||||||||||||||||||||||||||||||||||||||||||||||
m_angRotation | Vector | The rotation vector of this entity relative to it's parent. If this entity has no parent the vector is relative to the world. For players only Yaw is non zero. | ||||||||||||||||||||||||||||||||||||||||||||||
m_iTextureFrameIndex | Integer | |||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
m_bSimulatedEveryTick | Boolean | |||||||||||||||||||||||||||||||||||||||||||||||
m_bAnimatedEveryTick | Boolean | |||||||||||||||||||||||||||||||||||||||||||||||
m_bAlternateSorting | Boolean | |||||||||||||||||||||||||||||||||||||||||||||||
|
Entity DataMaps
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CBaseEntitySUB_CallUseToggle | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntitySUB_DoNothing | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntitySUB_FadeOut | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntitySUB_Remove | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntitySUB_StartFadeOut | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntitySUB_StartFadeOutInstant | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntitySUB_Vanish | |||||||||||||||||||||||||||||||||||||||||||||||||||||
CBaseEntityShadowCastDistThink | |||||||||||||||||||||||||||||||||||||||||||||||||||||
InputAddContext | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputAddOutput | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputAlpha | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputAlternativeSorting | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputClearContext | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputClearParent | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputColor | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputDisableDamageForces | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputDisableShadow | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputDispatchEffect | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputDispatchResponse | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputEnableDamageForces | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputEnableShadow | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputFireUser1 | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputFireUser2 | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputFireUser3 | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputFireUser4 | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputKill | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputKillHierarchy | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputRemoveContext | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputSetDamageFilter | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputSetParent | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputSetParentAttachment | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputSetParentAttachmentMaintainOffset | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputSetTeam | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
InputUse | Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
m_CollisionGroup | Integer | Modifies what this entity collides with.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
m_ModelName | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_MoveCollide | Char | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_MoveType | Char | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
m_OnUser1 | Output | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_OnUser2 | Output | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_OnUser3 | Output | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_OnUser4 | Output | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_ResponseContexts | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_aThinkFunctions | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_angAbsRotation | Vector | The rotation vector of this entity relative to the world. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_angRotation | Vector | The rotation vector of this entity relative to it's parent. If it has no parent the vector will be relative to the world. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_bAlternateSorting | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_bAnimatedEveryTick | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_bSimulatedEveryTick | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_clrRender | Integer | An integer representing the RGB render color of this entity.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
m_debugOverlays | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_fEffects | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_fFlags | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flAnimTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flDesiredShadowCastDistance | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flElasticity | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flFriction | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flGravity | Float | A modifier for the gravity of this entity. 0 does not mean "zero gravity", but rather it means this datamap does not modify anything. 1 is normal gravity. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_flGroundChangeTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flLocalTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flMoveDoneTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flNavIgnoreUntilTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flPrevAnimTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flShadowCastDistance | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flSimulationTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flSpeed | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flVPhysicsUpdateLocalTime | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_hDamageFilter | Integer | The entity used as a damage filter for this entity. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_hEffectEntity | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_hGroundEntity | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_hMoveChild | Integer | The first immediate child of this entity in the movement hierarchy. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_hMoveParent | Integer | The immediate parent of this entity in the movement hierarchy. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_hMovePeer | Integer | The next immediate sibling (entity with the same parent) of this entity in the movement hierarchy. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_hOwnerEntity | Integer | The owner of this entity, not to be confused with the parent (moveparent). A common example of ownership is players owning the projectiles that they fire. Some entities may not work properly if you create them without giving them an owner. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iClassname | String | The class name of this entity (not the C++ Class name). | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iEFlags | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iGlobalname | String | A string used to preserve entity state between map changes. When a map change is initiated, this entity will have it's entity state transferred over to entities in the new map with global names matching this one. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iHammerID | Integer | An ID unique to the entity type (if it's a brush it'll be unique between all brushes). An entity will only have a Hammer ID if it was compiled with the map (if it's not dynamically spawned). | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iHealth | Integer | The current health of this entity. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iInitialTeamNum | Integer | The initial team this entity is a part of when it spawns. For players this is just 0.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iMaxHealth | Integer | The max health of this entity. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iName | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iParent | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iParentAttachment | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iTeamNum | Integer | The team this entity is a part of.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iTextureFrameIndex | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszDamageFilterName | String | The name of the damage filter for this entity. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_iszResponseContext | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_lifeState | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nLastThinkTick | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nModelIndex | Integer | The index for this entity's precached model. Changing this does nothing in TF2. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_nModelIndexOverrides | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nNextThinkTick | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nRenderFX | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nRenderMode | Integer | The mode in which this entity should attempt to be rendered.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
m_nSimulationTick | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nTransmitStateOwnedCounter | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nWaterLevel | Integer | How far this entity is submerged in water. For players, the values are like so:
| |||||||||||||||||||||||||||||||||||||||||||||||||||
m_nWaterType | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pBlocker | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pParent | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pPhysicsObject | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pfnBlocked | Function | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pfnMoveDone | Function | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pfnThink | Function | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pfnTouch | Function | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_pfnUse | Function | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_rgflCoordinateFrame | |||||||||||||||||||||||||||||||||||||||||||||||||||||
m_spawnflags | Integer | The spawnflags for this entity. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_takedamage | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_target | String | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecAbsOrigin | Vector | The absolute position of this entity relative to the world. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecAbsVelocity | Vector | The absolute velocity of this entity relative to the world. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecAngVelocity | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecBaseVelocity | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecOrigin | Vector | The local position of this entity relative to it's parent. If this entity has no parent, the position is relative to the world | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecVelocity | Vector | The local velocity of this entity relative to it's parent. If this entity has no parent, the velocity is relative to the world. | |||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecViewOffset | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||
touchStamp | Integer |