CTFPlayerDestructionLogic: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
'''Linked entity : ...'''
'''Linked entity : ...'''


==[[SendProps|Class Structure]]==
==[[Classes|Class Structure]]==
*'''[[CBaseEntity]]'''
*'''[[CBaseEntity]]'''
**'''[[CBaseAnimating]]'''
**'''[[CBaseAnimating]]'''
Line 16: Line 16:


== SendProps ==
== SendProps ==
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;"
{| class="wikitable sortable {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CTFPlayerDestructionLogic
! 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%;" |'''InputDisableMaxScoreUpdating'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputEnableMaxScoreUpdating'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputScoreBluePoints'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputScoreRedPoints'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetCountdownImage'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetCountdownTimer'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetFlagResetDelay'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetPointsOnPlayerDeath'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnBlueScoreChanged'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnCountdownTimerExpired'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnRedScoreChanged'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszPropDropSound'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszPropModelName'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszPropPickupSound'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nFlagResetDelay'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nHealDistance'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nMinPoints'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_nPointsPerPlayer'''
| style="width: 15%;" |
| style="width: 35%;" |
|}
" style="margin: 0 auto; width: 100%; padding: 0;"
|+CTFPlayerDestructionLogic  
|+CTFPlayerDestructionLogic  
! style="width: 50%; background-color: #303030; color: white" |Name  
! style="width: 50%; background-color: #303030; color: white" |Name  

Revision as of 01:56, 16 February 2022

Overview

...

Source location : ...

Linked entity : ...

Class Structure

SendProps

CTFPlayerDestructionLogic
Name Type Description
InputDisableMaxScoreUpdating
InputEnableMaxScoreUpdating
InputScoreBluePoints
InputScoreRedPoints
InputSetCountdownImage
InputSetCountdownTimer
InputSetFlagResetDelay
InputSetPointsOnPlayerDeath
m_OnBlueScoreChanged
m_OnCountdownTimerExpired
m_OnRedScoreChanged
m_iszPropDropSound
m_iszPropModelName
m_iszPropPickupSound
m_nFlagResetDelay
m_nHealDistance
m_nMinPoints
m_nPointsPerPlayer

" style="margin: 0 auto; width: 100%; padding: 0;" |+CTFPlayerDestructionLogic ! 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_hRedTeamLeader | style="width: 15%;" |Integer | style="width: 35%;" | |- | style="width: 50%;" |m_hBlueTeamLeader | style="width: 15%;" |Integer | style="width: 35%;" | |- | style="width: 50%;" |m_iszCountdownImage | style="width: 15%;" |String | style="width: 35%;" | |- | style="width: 50%;" |m_bUsingCountdownImage | style="width: 15%;" |Boolean | style="width: 35%;" | |}