CBaseAnimating: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Visual edit |
No edit summary |
||
Line 10: | Line 10: | ||
== SendProps == | == SendProps == | ||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CBaseAnimating | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
|'''m_nForceBone''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_vecForce''' | |||
|Vector | |||
| | |||
|- | |||
|'''m_nSkin''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_nBody''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_nHitboxSet''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_flModelScale''' | |||
|Float | |||
| | |||
|- | |||
| colspan="3" style="padding: 0; margin: 0;" | | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="3" |m_flPoseParameter | |||
|- | |||
| style="width: 50%;" |'''000''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|- | |||
|'''001''' | |||
|Float | |||
| | |||
|- | |||
|'''002''' | |||
|Float | |||
| | |||
|- | |||
|'''003''' | |||
|Float | |||
| | |||
|- | |||
|'''004''' | |||
|Float | |||
| | |||
|- | |||
|'''005''' | |||
|Float | |||
| | |||
|- | |||
|'''006''' | |||
|Float | |||
| | |||
|- | |||
|'''007''' | |||
|Float | |||
| | |||
|- | |||
|'''008''' | |||
|Float | |||
| | |||
|- | |||
|'''009''' | |||
|Float | |||
| | |||
|- | |||
|'''010''' | |||
|Float | |||
| | |||
|- | |||
|'''011''' | |||
|Float | |||
| | |||
|- | |||
|'''012''' | |||
|Float | |||
| | |||
|- | |||
|'''013''' | |||
|Float | |||
| | |||
|- | |||
|'''014''' | |||
|Float | |||
| | |||
|- | |||
|'''015''' | |||
|Float | |||
| | |||
|- | |||
|'''016''' | |||
|Float | |||
| | |||
|- | |||
|'''017''' | |||
|Float | |||
| | |||
|- | |||
|'''018''' | |||
|Float | |||
| | |||
|- | |||
|'''019''' | |||
|Float | |||
| | |||
|- | |||
|'''020''' | |||
|Float | |||
| | |||
|- | |||
|'''021''' | |||
|Float | |||
| | |||
|- | |||
|'''022''' | |||
|Float | |||
| | |||
|- | |||
|'''023''' | |||
|Float | |||
| | |||
|} | |||
|- | |||
|'''m_nSequence''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_flPlaybackRate''' | |||
|Float | |||
| | |||
|- | |||
| colspan="3" style="padding: 0; margin: 0;" | | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="3" |m_flEncodedController | |||
|- | |||
| style="width: 50%;" |'''000''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|- | |||
|'''001''' | |||
|Float | |||
| | |||
|- | |||
|'''002''' | |||
|Float | |||
| | |||
|- | |||
|'''003''' | |||
|Float | |||
| | |||
|} | |||
|- | |||
|'''m_bClientSideAnimation''' | |||
|Boolean | |||
| | |||
|- | |||
|'''m_bClientSideFrameReset''' | |||
|Boolean | |||
| | |||
|- | |||
|'''m_nNewSequenceParity''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_nResetEventsParity''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_nMuzzleFlashParity''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_hLightingOrigin''' | |||
|Integer | |||
| | |||
|- | |||
|'''m_hLightingOriginRelative''' | |||
|Integer | |||
| | |||
|- | |||
| colspan="3" style="padding: 0; margin: 0;" | | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | |||
! colspan="3" |serveranimdata | |||
|- | |||
| style="width: 50%;" |'''m_flCycle''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|} | |||
|- | |||
|'''m_fadeMinDist''' | |||
|Float | |||
| | |||
|- | |||
|'''m_fadeMaxDist''' | |||
|Float | |||
| | |||
|- | |||
|'''m_flFadeScale''' | |||
|Float | |||
| | |||
|} | |||
Revision as of 20:02, 30 January 2022
Overview
All entities with models inherit from this class, even if they don't have any animations.
Source Location : /game/server/baseanimating.h
Parent Structure
- CBaseEntity
- CBaseAnimating
SendProps
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_nForceBone | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_vecForce | Vector | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nSkin | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nBody | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nHitboxSet | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flModelScale | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nSequence | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flPlaybackRate | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_bClientSideAnimation | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_bClientSideFrameReset | Boolean | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nNewSequenceParity | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nResetEventsParity | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_nMuzzleFlashParity | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_hLightingOrigin | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_hLightingOriginRelative | Integer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_fadeMinDist | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_fadeMaxDist | Float | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
m_flFadeScale | Float |