This is an Arma3 mod that provides access to the Arma3 command line parameters.
Get it from Steam WS , from the releases page or build it yourself.
This module contains functions to access the command line parameters Arma3 was started with.
return values of _optionName
to be found in the command line arguments
[_optionName] call arma3_reflection_commandline_fnc_option
return -port
parameter value or 0
[] call arma3_reflection_commandline_fnc_port
Returns complete commandline arma was started with.
NOTE: This value gets written to RPT once at startup.
[] call arma3_reflection_commandline_fnc_raw
this extension is being created using https://github.com/BrettMayson/arma-rs