TrainControlFlags
Train controls used in draw_train_controls()
Syntax
enum TrainControlFlags
Members
| Name | Value |
|---|---|
| TrainControls_None | 0 |
| TrainControls_Neutral | — |
| TrainControls_Slow | — |
| TrainControls_Medium | — |
| TrainControls_Maximum | — |
| TrainControls_Reverse | — |
| MSG_Train | get_user_msgid("Train"); |
| MSG_Geiger | get_user_msgid("Geiger"); |
| HideElement_None | 0 |
| HideElement_Cross_Ammo_WPNList | 1 |
| HideElement_Flashlight | — |
| HideElement_All | — |
| HideElement_Radar_Health_Armor | — |
| HideElement_Timer | — |
| HideElement_Money | — |
| HideElement_Crosshair | — |
| MSG_HideWeapon | get_user_msgid("HideWeapon"); |
| MSG_Crosshair | get_user_msgid("Crosshair"); |
| ScreenFade_FadeIn | 0x0000 |
| ScreenFade_FadeOut | 0x0001 |
| ScreenFade_Modulate | 0x0002 |
| ScreenFade_StayOut | 0x0004 |
| MSG_ScreenFade | get_user_msgid("ScreenFade"); |
| MSG_ScreenShake | get_user_msgid("ScreenShake"); |
| MSG_SetFOV | get_user_msgid("SetFOV"); |
| MSG_BarTime2 | get_user_msgid("BarTime2"); |
| else | — |
| MSG_BarTime | get_user_msgid("BarTime"); |
| MSG_ReloadSound | get_user_msgid("ReloadSound"); |
| MSG_Scenario | get_user_msgid("Scenario"); |
| MSG_ShadowIdx | get_user_msgid("ShadowIdx"); |
| BounceSound_Null | 0 |
| BounceSound_Shell | — |
| BounceSound_ShotShell | — |
Defined in
msgstocks.inc
at line 192
.
This documentation was automatically generated from source.