CCaptureFlag: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | |||
... | |||
'''Source location : ...''' | |||
'''Linked entity : ...''' | |||
==[[SendProps|Class Structure]]== | |||
*'''[[CBaseEntity]]''' | |||
**'''[[CBaseAnimating]]''' | |||
***'''[[CBaseAnimatingOverlay]]''' | |||
****'''[[CBaseFlex]]''' | |||
*****'''[[CBaseCombatCharacter]]''' | |||
******'''[[CBasePlayer]]''' | |||
*******'''CTFPlayer''' | |||
== SendProps == | |||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | |||
|+CCaptureFlag | |||
! 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 | |||
|- | |||
| style="width: 50%;" |'''m_bDisabled''' | |||
| style="width: 15%;" |Boolean | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bVisibleWhenDisabled''' | |||
| style="width: 15%;" |Boolean | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nType''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nFlagStatus''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flResetTime''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flNeutralTime''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flMaxResetTime''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_hPrevOwner''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_szModel''' | |||
| style="width: 15%;" |String | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_szHudIcon''' | |||
| style="width: 15%;" |String | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_szPaperEffect''' | |||
| style="width: 15%;" |String | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_szTrailEffect''' | |||
| style="width: 15%;" |String | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nUseTrailEffect''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_nPointValue''' | |||
| style="width: 15%;" |Integer | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flAutoCapTime''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_bGlowEnabled''' | |||
| style="width: 15%;" |Boolean | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''m_flTimeToSetPoisonous''' | |||
| style="width: 15%;" |Float | |||
| style="width: 35%;" | | |||
|} |
Revision as of 00:29, 4 February 2022
Overview
...
Source location : ...
Linked entity : ...
Class Structure
SendProps
Name | Type | Description |
---|---|---|
m_bDisabled | Boolean | |
m_bVisibleWhenDisabled | Boolean | |
m_nType | Integer | |
m_nFlagStatus | Integer | |
m_flResetTime | Float | |
m_flNeutralTime | Float | |
m_flMaxResetTime | Float | |
m_hPrevOwner | Integer | |
m_szModel | String | |
m_szHudIcon | String | |
m_szPaperEffect | String | |
m_szTrailEffect | String | |
m_nUseTrailEffect | Integer | |
m_nPointValue | Integer | |
m_flAutoCapTime | Float | |
m_bGlowEnabled | Boolean | |
m_flTimeToSetPoisonous | Float |