CMonsterResource: 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/tf/player_vs_environment/monster_resource.h /game/server/tf/player_vs_environment/monster_resource.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/monster_resource monster_resource]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CMonsterResource''' | ||
== SendProps == | == SendProps == |
Revision as of 05:00, 24 March 2022
Overview
...
Source location : /game/server/tf/player_vs_environment/monster_resource.h
Linked Entity : monster_resource
Class Structure
- CBaseEntity
- CMonsterResource
SendProps
Name | Type | Description |
---|---|---|
m_iBossHealthPercentageByte | Integer | |
m_iBossStunPercentageByte | Integer | |
m_iSkillShotCompleteCount | Integer | |
m_fSkillShotComboEndTime | Float | |
m_iBossState | Integer |
Entity DataMaps
Name | Type | Description |
---|---|---|
CMonsterResourceUpdate | ||
m_fSkillShotComboEndTime | ||
m_iBossHealthPercentageByte | ||
m_iBossStunPercentageByte | ||
m_iSkillShotCompleteCount |