CAI ScriptedSentence: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/scripted.cpp /game/server/scripted.cpp]''' '''Linked Ent...")
 
No edit summary
 
Line 10: Line 10:
**'''[[CPointEntity]]'''
**'''[[CPointEntity]]'''
***'''CAI_ScriptedSentence'''
***'''CAI_ScriptedSentence'''
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+ScriptedSentence
! 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%;" |'''CAI_ScriptedSentenceDelayThink'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''CAI_ScriptedSentenceFindThink'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputBeginSentence'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnBeginSentence'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnEndSentence'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_TempAttenuation'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_active'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flDelay'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flRadius'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flRepeat'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flVolume'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iSoundLevel'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszEntity'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszListener'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_iszSentence'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_pActivator'''
| style="width: 15%;" |
| style="width: 35%;" |
|}

Latest revision as of 23:59, 27 March 2022

Overview[edit | edit source]

...

Source location : /game/server/scripted.cpp

Linked Entity : scripted_sentence

Class Structure[edit | edit source]

Entity DataMaps[edit | edit source]

ScriptedSentence
Name Type Description
CAI_ScriptedSentenceDelayThink
CAI_ScriptedSentenceFindThink
InputBeginSentence
m_OnBeginSentence
m_OnEndSentence
m_TempAttenuation
m_active
m_flDelay
m_flRadius
m_flRepeat
m_flVolume
m_iSoundLevel
m_iszEntity
m_iszListener
m_iszSentence
m_pActivator