Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
enum | SignalCompressionFunc { None, RotRAD, RotDEG, Range01, Range11, Bool } |
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.