VN_fnc_module_water_fall
Revision as of 20:44, 26 April 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author= |a= |e= |g1= master_functions |d= |s= [_logic, _units, _activated] call VN_fnc_module_water_fall; |p1n=_logic |p1t=OBJECT |p1d=Logic un...")
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 |
|
Description
Syntax
- Syntax
- [_logic, _units, _activated] call VN_fnc_module_water_fall;
- Parameters
- _logic: Object - (Optional, default
OBJNULL
) Logic unit - _units: Array - (Optional, default
[]
) List of units - _activated: Boolean - (Optional, default
TRUE
) Activated variable - Return value
- Nothing
Examples
- Example 1
[logic, [], true] call VN_fnc_module_water_fall;