Difference between revisions of "VN ms module fnc tracker ao"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (1 revision imported) |
Lou Montana (talk | contribs) (Page filling) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Wyqer, veteran29 |
+ | |||
+ | |a= global | ||
|e= | |e= | ||
Line 10: | Line 11: | ||
|g1= tracker | |g1= tracker | ||
− | |d= | + | |d= Tracker Area of Operations module intialisation. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |s= [logic, units, isActivated] call [[VN_ms_module_fnc_tracker_ao]] | |
− | |||
− | |||
− | |||
− | + | |p1n= logic | |
− | + | |p1t= object | |
− | |p1n= | + | |p1d= the module logic |
− | |p1t= | ||
− | |p1d= | ||
|p1v= | |p1v= | ||
− | |p2n= | + | |p2n= units |
− | |p2t= | + | |p2t= {{DataType|array}} of {{DataType|object}} |
− | |p2d= | + | |p2d= synchronised units - unused |
|p2v= | |p2v= | ||
− | |r1t= | + | |p3n= isActivated |
− | |r1d= | + | |p3t= boolean |
+ | |p3d= is the module activated | ||
+ | |p3v= {{Biki|true}} | ||
+ | |||
+ | |r1t= boolean | ||
+ | |r1d= function's status | ||
− | |x1= <code> | + | |x1= <code>[module, units group player, true] call [[VN_ms_module_fnc_tracker_ao]];</code> |
}} | }} |
Latest revision as of 17:50, 26 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Tracker Area of Operations module intialisation.
Syntax
- Syntax
- [logic, units, isActivated] call VN_ms_module_fnc_tracker_ao
- Parameters
- logic: Object - the module logic
- units: Array of Object - synchronised units - unused
- isActivated: Boolean - (Optional, default
true
) is the module activated - Return value
- Boolean - function's status
Examples
- Example 1
[module, units group player, true] call VN_ms_module_fnc_tracker_ao;