Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | UIColors |
class | UIConstants |
Variables | |
const float | METERS_PER_SEC_TO_KILOMETERS_PER_HOUR = 3.6 |
Contains various global constants. More... | |
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 = Color.FromSRGBA(200, 200, 200, 100) |
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 UIConstants DISABLED = Color.FromSRGBA(200, 200, 200, 100) |
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.
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.
const int TRACE_LAYER_CAMERA = EPhysicsLayerDefs.Camera |
Definition at line 14 of file Constants.c.