Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.39 KB

master version codecov

arma3-reflection

This is an Arma3 mod that provides access to the Arma3 command line parameters.

Installation

Get it from Steam WS , from the releases page or build it yourself.

Usage: the functions

commandline addon

This module contains functions to access the command line parameters Arma3 was started with.

arma3_reflection_commandline_fnc_option

return values of _optionName to be found in the command line arguments

        [_optionName] call arma3_reflection_commandline_fnc_option

arma3_reflection_commandline_fnc_port

return -port parameter value or 0

        [] call arma3_reflection_commandline_fnc_port

arma3_reflection_commandline_fnc_raw

Returns complete commandline arma was started with.

NOTE: This value gets written to RPT once at startup.

        [] call arma3_reflection_commandline_fnc_raw

dev

this extension is being created using https://github.com/BrettMayson/arma-rs