CMaterialModifyControl: 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/server/MaterialModifyControl.cpp /game/server/MaterialModifyControl.cpp]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/material_modify_control material_modify_control]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CMaterialModifyControl''' | ||
== SendProps == | == SendProps == |
Revision as of 04:54, 24 March 2022
Overview
...
Source location : /game/server/MaterialModifyControl.cpp
Linked Entity : material_modify_control
Class Structure
- CBaseEntity
- CMaterialModifyControl
SendProps
Name | Type | Description |
---|---|---|
m_szMaterialName | String | |
m_szMaterialVar | String | |
m_szMaterialVarValue | String | |
m_iFrameStart | Integer | |
m_iFrameEnd | Integer | |
m_bWrap | Boolean | |
m_flFramerate | Float | |
m_bNewAnimCommandsSemaphore | Boolean | |
m_flFloatLerpStartValue | Float | |
m_flFloatLerpEndValue | Float | |
m_flFloatLerpTransitionTime | Float | |
m_nModifyMode | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
InputStartAnimSequence | ||
InputStartFloatLerp | ||
SetMaterialVar | ||
SetMaterialVarToCurrentTime | ||
m_bNewAnimCommandsSemaphore | ||
m_bWrap | ||
m_flFloatLerpEndValue | ||
m_flFloatLerpStartValue | ||
m_flFloatLerpTransitionTime | ||
m_flFramerate | ||
m_iFrameEnd | ||
m_iFrameStart | ||
m_nModifyMode | ||
m_szMaterialName | ||
m_szMaterialVar | ||
m_szMaterialVarValue |