Difference between revisions of "VN ms module fnc tracker aoGroups"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (1 revision imported)
(Page filling)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Function
 
{{Function
  
 
|v= 1.00
 
|v= 1.00
  
|a= Wyqer, veteran29
+
|author= Wyqer, veteran29
 +
 
 +
|a= global
  
 
|e=
 
|e=
Line 10: Line 11:
 
|g1= tracker
 
|g1= tracker
  
|d= <pre>/*
+
|d= Get groups array from Overlord AO module.
    File: fn_tracker_aoGroups.sqf
 
    Author: Wyqer, veteran29
 
    Date: 2020-10-13
 
    Last Update: 2020-10-14
 
    Public: Yes
 
 
 
    Description:
 
        Get groups array from Overlord AO module.
 
 
 
    Parameter(s):
 
        _logic - AO Module to get group from [OBJECT, defaults to objNull]
 
 
 
    Returns:
 
        Array with Overlord AO groups where index is alert level, last element contains all groups [ARRAY]
 
 
 
    Example(s):
 
        [vn_ms_overlord] call vn_ms_module_fnc_aoGroups
 
*/
 
 
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
  
|s= [] call [[vn_ms_module_fnc_tracker_aoGroups]];
+
|s= [logic] call [[VN_ms_module_fnc_tracker_aoGroups]]
  
|p1n=
+
|p1n= logic
|p1t=
+
|p1t= object
|p1d=
+
|p1d= the module logic
 
|p1v=
 
|p1v=
  
Line 44: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= array
|r1d=
+
|r1d= array with Overlord AO groups where index is alert level, last element contains all groups
  
|x1= <code>-</code>
+
|x1= <code>[module] call [[VN_ms_module_fnc_tracker_aoGroups]];</code>
 
}}
 
}}

Latest revision as of 18:05, 26 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): global
Effect(s): unknown

Description

Get groups array from Overlord AO module.

Syntax

Syntax
[logic] call VN_ms_module_fnc_tracker_aoGroups
Parameters
logic: Object - the module logic
Return value
Array - array with Overlord AO groups where index is alert level, last element contains all groups

Examples

Example 1
[module] call VN_ms_module_fnc_tracker_aoGroups;