Difference between revisions of "VN ms fnc tracker overlord getGroups"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[vn_" to "[[VN_") |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 12: | Line 11: | ||
|g1= tracker | |g1= tracker | ||
− | |d= | + | |d= Get groups array from Overlord FSM. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |s= [fsmId] call [[VN_ms_fnc_tracker_overlord_getGroups]] | |
− | |||
− | + | |p1n= fsmId | |
− | + | |p1t= number | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |p1n= | ||
− | |p1t= | ||
|p1d= | |p1d= | ||
|p1v= | |p1v= | ||
Line 46: | Line 25: | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= array |
− | |r1d= | + | |r1d= array with Overlord FSM groups where index is alert level, last element contains all groups |
− | |x1= <code> | + | |x1= <code>private _alertedGroups = [1] call [[VN_ms_fnc_tracker_overlord_getGroups]];</code> |
}} | }} |
Latest revision as of 15:51, 26 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Get groups array from Overlord FSM.
Syntax
- Syntax
- [fsmId] call VN_ms_fnc_tracker_overlord_getGroups
- Parameters
- fsmId: Number
- Return value
- Array - array with Overlord FSM groups where index is alert level, last element contains all groups
Examples
- Example 1
private _alertedGroups = [1] call VN_ms_fnc_tracker_overlord_getGroups;