![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| int | GetNextIndex (bool allowOverflow=true) |
| int | GetPreviousIndex (bool allowUnderflow=true) |
| void | SetIndex (int index) |
| bool | SetNext (bool allowOverflow=true) |
| bool | SetPrevious (bool allowUnderflow=true) |
| bool | IsAdjusting () |
| Returns true when current FOV of the optic does not match the target FOV. | |
| float | GetBaseFOV () |
| Returns true when current FOV of the optic does not match the target FOV. | |
Definition at line 1 of file SCR_BaseVariableSightsFOVInfo.c.
|
inlineprotected |
Returns true when current FOV of the optic does not match the target FOV.
Definition at line 116 of file SCR_BaseVariableSightsFOVInfo.c.
Returns the index of next available element.
| allowOverflow | When enabled the selection will be able to cycle start to end. |
Definition at line 21 of file SCR_BaseVariableSightsFOVInfo.c.
Returns the index of previous available element.
| allowUnderflow | When enabled the selection will be able to cycle start to end. |
Definition at line 46 of file SCR_BaseVariableSightsFOVInfo.c.
|
inlineprotected |
Returns true when current FOV of the optic does not match the target FOV.
Definition at line 109 of file SCR_BaseVariableSightsFOVInfo.c.
|
protected |
Set provided element as the current one.
| index | Index of FOV element. |
Selects next available element.
| allowOverflow | When enabled the selection will be able to cycle start to end. |
Definition at line 77 of file SCR_BaseVariableSightsFOVInfo.c.
Selects previous available element.
| allowUnderflow | When enabled the selection will be able to cycle start to end. |
Definition at line 95 of file SCR_BaseVariableSightsFOVInfo.c.