![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | UIColors |
| class | UIConstants |
Variables | |
| const float | METERS_PER_SEC_TO_KILOMETERS_PER_HOUR = 3.6 |
| Contains various global constants. | |
| const float | KILOMETERS_PER_HOUR_TO_METERS_PER_SEC = 0.277778 |
| const float | METERS_TO_KNOTS = 1.943844 |
| const float | KNOTS_TO_METERS = 0.514444 |
| const float | COLOR_255_TO_1 = 0.003921568 |
| const float | COLOR_1_TO_255 = 255 |
| const int | TRACE_LAYER_CAMERA = EPhysicsLayerDefs.Camera |
| class UIColors | DISABLED_GRAY = Color.FromSRGBA(128, 128, 128, 255) |
| class UIConstants | NON_INTERACTABLE_HINT |
| class UIConstants | LEFT |
| class UIConstants | RIGHT |
| const float COLOR_1_TO_255 = 255 |
Definition at line 12 of file Constants.c.
| const float COLOR_255_TO_1 = 0.003921568 |
Definition at line 11 of file Constants.c.
| class UIColors DISABLED_GRAY = Color.FromSRGBA(128, 128, 128, 255) |
| const float KILOMETERS_PER_HOUR_TO_METERS_PER_SEC = 0.277778 |
Definition at line 6 of file Constants.c.
| const float KNOTS_TO_METERS = 0.514444 |
Definition at line 9 of file Constants.c.
| class UIConstants LEFT |
| const float METERS_PER_SEC_TO_KILOMETERS_PER_HOUR = 3.6 |
Contains various global constants.
Definition at line 5 of file Constants.c.
| const float METERS_TO_KNOTS = 1.943844 |
Definition at line 8 of file Constants.c.
| class UIConstants NON_INTERACTABLE_HINT |
| class UIConstants RIGHT |
| const int TRACE_LAYER_CAMERA = EPhysicsLayerDefs.Camera |
Definition at line 14 of file Constants.c.