CFuncMoveLinear: 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/func_movelinear.h /game/server/func_movelinear.h]''' '''...")
 
No edit summary
 
Line 13: Line 13:
**'''[[CBaseToggle]]'''
**'''[[CBaseToggle]]'''
***'''CFuncMoveLinear'''
***'''CFuncMoveLinear'''
== Entity DataMaps ==
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;
|+CFuncMoveLinear
! 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%;" |'''CFuncMoveLinearStopMoveSound'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputClose'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputOpen'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetPosition'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''InputSetSpeed'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnFullyClosed'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_OnFullyOpen'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_currentSound'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flBlockDamage'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flMoveDistance'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_flStartPosition'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_soundStart'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_soundStop'''
| style="width: 15%;" |
| style="width: 35%;" |
|-
| style="width: 50%;" |'''m_vecMoveDir'''
| style="width: 15%;" |
| style="width: 35%;" |
|}

Latest revision as of 22:30, 26 March 2022

Overview[edit | edit source]

...

Source location : /game/server/func_movelinear.h

Linked Entities :

Class Structure[edit | edit source]

Entity DataMaps[edit | edit source]

CFuncMoveLinear
Name Type Description
CFuncMoveLinearStopMoveSound
InputClose
InputOpen
InputSetPosition
InputSetSpeed
m_OnFullyClosed
m_OnFullyOpen
m_currentSound
m_flBlockDamage
m_flMoveDistance
m_flStartPosition
m_soundStart
m_soundStop
m_vecMoveDir