CFuncTrackTrain: 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/trains.h /game/server/trains.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/func_tracktrain func_tracktrain]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**''' | **'''CFuncTrackTrain''' | ||
== Entity DataMaps == | == Entity DataMaps == | ||
Revision as of 04:53, 24 March 2022
Overview
...
Source location : /game/server/trains.h
Linked Entity : func_tracktrain
Class Structure
- CBaseEntity
- CFuncTrackTrain
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CFuncTrackTrainDeadEnd | ||
| CFuncTrackTrainFind | ||
| CFuncTrackTrainNearestPath | ||
| CFuncTrackTrainNext | ||
| InputResume | ||
| InputReverse | ||
| InputSetSpeed | ||
| InputSetSpeedDir | ||
| InputSetSpeedDirAccel | ||
| InputSetSpeedForwardModifier | ||
| InputSetSpeedReal | ||
| InputStartBackward | ||
| InputStartForward | ||
| InputStop | ||
| InputTeleportToPathTrack | ||
| InputToggle | ||
| m_OnNext | ||
| m_OnStart | ||
| m_bManualSpeedChanges | ||
| m_bSoundPlaying | ||
| m_controlMaxs | ||
| m_controlMins | ||
| m_dir | ||
| m_eOrientationType | ||
| m_eVelocityType | ||
| m_flAccelSpeed | ||
| m_flBank | ||
| m_flBlockDamage | ||
| m_flDecelSpeed | ||
| m_flMoveSoundMaxTime | ||
| m_flMoveSoundMinTime | ||
| m_flNextMoveSoundTime | ||
| m_flVolume | ||
| m_height | ||
| m_iszSoundMove | ||
| m_iszSoundMovePing | ||
| m_iszSoundStart | ||
| m_iszSoundStop | ||
| m_length | ||
| m_maxSpeed | ||
| m_nMoveSoundMaxPitch | ||
| m_nMoveSoundMinPitch | ||
| m_oldSpeed | ||
| m_ppath |