BIS fnc dynamicGroups: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 7/7)
m (template:command argument fix)
Line 8: Line 8:


| Function that adds dynamic groups to the mission as seen in End Game. Function needs to be initialized on server and client. Clients can then use action TeamSwitch ("U" by default) to access the Dynamic Groups interface.
| Function that adds dynamic groups to the mission as seen in End Game. Function needs to be initialized on server and client. Clients can then use action TeamSwitch ("U" by default) to access the Dynamic Groups interface.
  |= Description
  |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= Syntax
|  |SYNTAX=


|p1=  |= Parameter 1
|p1=  |= Parameter 1
Line 17: Line 17:
|p2=  |= Parameter 2
|p2=  |= Parameter 2


|  |= Return value
|  |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[Dynamic Groups]]|= See also
|[[Dynamic Groups]]|SEEALSO=


}}
}}

Revision as of 12:27, 7 April 2019

-wrong parameter ("a3") defined!-[[:Category:Introduced with a3 version 1.42|1.42]]
Hover & click on the images for description

Description

Description:
Function that adds dynamic groups to the mission as seen in End Game. Function needs to be initialized on server and client. Clients can then use action TeamSwitch ("U" by default) to access the Dynamic Groups interface.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
["Initialize"] call BIS_fnc_dynamicGroups;//Exec on Server
Example 2:
["InitializePlayer", [player]] call BIS_fnc_dynamicGroups;//Exec on client

Additional Information

See also:
Dynamic Groups

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

[[Category:Introduced with a3 version 1.42]][[ Category: a3: New Functions | BIS FNC DYNAMICGROUPS]][[ Category: a3: Functions | BIS FNC DYNAMICGROUPS]]

Notes

Bottom Section