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

Go to the source code of this file.

Enumerations

enum  SignalCompressionFunc {
  None , RotRAD , RotDEG , Range01 ,
  Range11 , Bool
}

Enumeration Type Documentation

◆ SignalCompressionFunc

Enumerator
None 

No compression.

RotRAD 

Value is a radian.

RotDEG 

Value is a degree.

Range01 

Value is in range <0;1>.

Range11 

Value is in range <-1;1>.

Bool 

Value is 1 or 0.

Definition at line 7 of file SignalCompressionFunc.c.