teams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
No edit summary
 
(21 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


|1.00
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


|gr1= Teams
|gr1= Teams


| Return a list of teams in the current mission.
|descr= Return a list of teams in the current mission.


| '''teams'''
|s1= '''teams'''


| [[Array]]
|r1= [[Array]]


|x1= <code>_teams <nowiki>=</nowiki> [[teams]];</code>
|x1= <sqf>_teams = teams;</sqf>


|seealso= [[addTeamMember]], [[createTeam]], [[deleteTeam]], [[forEachMemberTeam]], [[removeTeamMember]], [[teamMember]], [[teamName]], [[teamType]], [[forEachMember]], [[forEachMemberAgent]]
|seealso= [[agents]] [[addTeamMember]] [[createTeam]] [[deleteTeam]] [[forEachMemberTeam]] [[removeTeamMember]] [[teamMember]] [[teamName]] [[teamType]] [[forEachMember]] [[forEachMemberAgent]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 09:05, 17 June 2022

Hover & click on the images for description

Description

Description:
Return a list of teams in the current mission.
Groups:
Teams

Syntax

Syntax:
teams
Return Value:
Array

Examples

Example 1:
_teams = teams;

Additional Information

See also:
agents addTeamMember createTeam deleteTeam forEachMemberTeam removeTeamMember teamMember teamName teamType forEachMember forEachMemberAgent

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