Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Constants.c File Reference

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

Variable Documentation

◆ COLOR_1_TO_255

const float COLOR_1_TO_255 = 255

Definition at line 12 of file Constants.c.

◆ COLOR_255_TO_1

const float COLOR_255_TO_1 = 0.003921568

Definition at line 11 of file Constants.c.

◆ DISABLED_GRAY

class UIColors DISABLED_GRAY = Color.FromSRGBA(128, 128, 128, 255)

◆ KILOMETERS_PER_HOUR_TO_METERS_PER_SEC

const float KILOMETERS_PER_HOUR_TO_METERS_PER_SEC = 0.277778

Definition at line 6 of file Constants.c.

◆ KNOTS_TO_METERS

const float KNOTS_TO_METERS = 0.514444

Definition at line 9 of file Constants.c.

◆ LEFT

class UIConstants LEFT

◆ METERS_PER_SEC_TO_KILOMETERS_PER_HOUR

const float METERS_PER_SEC_TO_KILOMETERS_PER_HOUR = 3.6

Contains various global constants.

Definition at line 5 of file Constants.c.

◆ METERS_TO_KNOTS

const float METERS_TO_KNOTS = 1.943844

Definition at line 8 of file Constants.c.

◆ NON_INTERACTABLE_HINT

class UIConstants NON_INTERACTABLE_HINT

◆ RIGHT

class UIConstants RIGHT

◆ TRACE_LAYER_CAMERA

const int TRACE_LAYER_CAMERA = EPhysicsLayerDefs.Camera

Definition at line 14 of file Constants.c.