Skip to content

Fusselwurm/arma3-reflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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