mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
257 B
Plaintext
15 lines
257 B
Plaintext
/*
|
|
* Author: commy2
|
|
*
|
|
* Check if wind is set on auto.
|
|
*
|
|
* Argument:
|
|
* None.
|
|
*
|
|
* Return value:
|
|
* This mission has automatic wind? (Bool)
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
["Mission", "Intel", "windForced"] call FUNC(getNumberFromMissionSQM) != 1
|