Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Constants.c File Reference

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)
 

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

class UIConstants DISABLED = Color.FromSRGBA(200, 200, 200, 100)

◆ 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.

◆ 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.

◆ TRACE_LAYER_CAMERA

const int TRACE_LAYER_CAMERA = EPhysicsLayerDefs.Camera

Definition at line 14 of file Constants.c.