CBaseViewModel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/baseviewmodel_shared.h /game/shared/baseviewmodel_shared.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/viewmodel viewmodel]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***''' | ***'''CBaseViewModel''' | ||
== SendProps == | == SendProps == | ||
Latest revision as of 01:40, 28 March 2022
Overview
...
Source location : /game/shared/baseviewmodel_shared.h
Linked Entity : viewmodel
Class Structure
- CBaseEntity
- CBaseAnimating
- CBaseViewModel
- CBaseAnimating
SendProps
| Name | Type | Description |
|---|---|---|
| m_nModelIndex | Integer | |
| m_nBody | Integer | |
| m_nSkin | Integer | |
| m_nSequence | Integer | |
| m_nViewModelIndex | Boolean | |
| m_flPlaybackRate | Float | |
| m_fEffects | Integer | |
| m_nAnimationParity | Integer | |
| m_hWeapon | Integer | |
| m_hOwner | Integer | |
| m_nNewSequenceParity | Integer | |
| m_nResetEventsParity | Integer | |
| m_nMuzzleFlashParity | Integer | |
| m_flPoseParameter | Float | |
| m_flPoseParameter | Array |
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| m_flTimeWeaponIdle | ||
| m_hOwner | ||
| m_hScreens | ||
| m_hWeapon | ||
| m_nAnimationParity | ||
| m_nViewModelIndex | ||
| m_vecLastFacing |