Difference between revisions of "Vn ms module fnc tracker aoDynamicSimToggle"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= tracker |d= <pre>Toggle dynamic simulation for EXISTING groups. Will not apply for groups spawned in future.</pre...") |
(No difference)
|
Latest revision as of 21:58, 4 May 2022
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Toggle dynamic simulation for EXISTING groups. Will not apply for groups spawned in future.
Syntax
- Syntax
- [_logic,_enabled] call vn_ms_module_fnc_tracker_aoDynamicSimToggle;
- Parameters
- _logic: Object - (Optional, default
objNull) AO Module with groups to toggle from - _enabled: Boolean - (Optional, default
true) Dynamic simulation state - Return value
- Array - Groups that were processed
Examples
- Example 1
[vn_ms_overlord, true] call vn_ms_module_fnc_tracker_aoDynamicSimToggle