CBaseEntity: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 201: | Line 201: | ||
|Integer | |Integer | ||
| | | | ||
|} | |||
|} | |} | ||
== DataMaps == | == DataMaps == |
Revision as of 04:04, 11 February 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 | |||||||||||||||||||||||||||||||||||||||||||
|