CBaseEntity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
The class from which all entity types derive from. The only exceptions to this are [https://wiki.alliedmods.net/TempEnts_(SourceMod_SDKTools) TempEnts], which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity. | The class from which all entity types derive from. The only exceptions to this are [https://wiki.alliedmods.net/TempEnts_(SourceMod_SDKTools) TempEnts], which are temporary entities that are too simple to warrant the overhead of inheriting from CBaseEntity. | ||
'''Source | '''Source location : /game/server/baseentity.h''' | ||
== SendProps == | == SendProps == |
Revision as of 01:11, 31 January 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
SendProps
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||
m_flSimulationTime | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_vecOrigin | Vector | |||||||||||||||||||||||||||||||||||||||||||
m_ubInterpolationFrame | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_nModelIndex | Integer | |||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
m_nRenderFX | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_nRenderMode | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_fEffects | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_clrRender | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_iTeamNum | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_CollisionGroup | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_flElasticity | Float | |||||||||||||||||||||||||||||||||||||||||||
m_flShadowCastDistance | Float | |||||||||||||||||||||||||||||||||||||||||||
m_hOwnerEntity | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_hEffectEntity | Integer | |||||||||||||||||||||||||||||||||||||||||||
moveparent | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_iParentAttachment | Integer | |||||||||||||||||||||||||||||||||||||||||||
movetype | Integer | |||||||||||||||||||||||||||||||||||||||||||
movecollide | Integer | |||||||||||||||||||||||||||||||||||||||||||
m_angRotation | Vector | |||||||||||||||||||||||||||||||||||||||||||
m_iTextureFrameIndex | Integer | |||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
m_bSimulatedEveryTick | Boolean | |||||||||||||||||||||||||||||||||||||||||||
m_bAnimatedEveryTick | Boolean | |||||||||||||||||||||||||||||||||||||||||||
m_bAlternateSorting | Boolean | |||||||||||||||||||||||||||||||||||||||||||
|