Arma 3
@arma3_reflection
Showing 1-3 of 3 entries
Update: 16 Jan, 2022 @ 11:55am

yes I changed everything again

[ul]

  • Update CBA: script_macros_common.hpp
  • add some coverage artifact to gitignore
  • refactor extension
  • log commandline to RPT on startup
  • rename args addon to commandline
  • remove EFUNC(args,getOptionFirst)
  • add EFUNC(commandline,option) returning all values for a given option
  • add EFUNC(commandline,raw) returning complete commandline[/ul]

Update: 25 Oct, 2020 @ 8:27am

4.0.0

  • rewrite in Rust
  • added build for Linux 64bit
  • function rename: EFUNC(args,getArgument) -> EFUNC(args,getOptionFirst)
  • extension now only supports arma3-1.67 extension call format

Update: 24 Sep, 2020 @ 12:53pm