Utilities – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^= ]+)<\/tt>" to "{{hl|$1}}") |
||
Line 15: | Line 15: | ||
|- | |- | ||
! Open by Script: | ! Open by Script: | ||
| | | {{hl|[[execVM]] "A3\Functions_F\Debug\Utilities\utility_cfgDisabledCommands.sqf"}} | ||
|} | |} | ||
{{Clear}} | {{Clear}} | ||
Line 29: | Line 29: | ||
|- | |- | ||
! Open by Script: | ! Open by Script: | ||
| | | {{hl|[[execVM]] "A3\Functions_F\Debug\Utilities\utility_printConfig.sqf"}} | ||
|} | |} | ||
{{Clear}} | {{Clear}} | ||
Line 43: | Line 43: | ||
|- | |- | ||
! Opening by Script: | ! Opening by Script: | ||
| | | {{hl|[[execVM]] "A3\Functions_F\Debug\Utilities\utility_moonPhases.sqf"}} | ||
|} | |} | ||
{{Clear}} | {{Clear}} | ||
Line 57: | Line 57: | ||
|- | |- | ||
! Open by Script: | ! Open by Script: | ||
| | | {{hl|[[execVM]] "A3\Functions_F\Debug\Utilities\utility_jukebox.sqf"}} | ||
|} | |} | ||
{{Clear}} | {{Clear}} | ||
Line 71: | Line 71: | ||
|- | |- | ||
! Open by Script: | ! Open by Script: | ||
| | | {{hl|[[execVM]] "A3\Functions_F\Debug\Utilities\utility_scriptCommands.sqf"}} | ||
|} | |} | ||
{{Clear}} | {{Clear}} |
Revision as of 00:16, 16 November 2021
1.68 In order to access the utilities list, type utils in debug console and click on LOCAL EXEC or execute execVM "A3
CfgDisabledCommands Template Generator
Auto-generates template to be used with CfgDisabledCommands.
Shortcut: | utils 1 |
---|---|
Open by Script: | execVM "A3 |
Print Config
Prepares formatted config.
Shortcut: | utils 2 |
---|---|
Open by Script: | execVM "A3 |
Moon Phases
Finds moon phases throughout given year.
Shortcut: | utils 3 |
---|---|
Opening by Script: | execVM "A3 |
Jukebox
Plays music from CfgMusic. Drag progress bar to navigate, doubleclick to pause/play.
Shortcut: | utils 4 |
---|---|
Open by Script: | execVM "A3 |
Script Commands
Lists all available script commands and their arguments.
Shortcut: | utils 5 |
---|---|
Open by Script: | execVM "A3 |