teamName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also & example formate)
m (+Links)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Return a name of given team. |= Description
| Return a name of given [[Team|team]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''teamName''' team |= Syntax
| '''teamName''' [[Team|team]] |= Syntax


|p1= team: [[Team Member]] |= PARAMETER1  
|p1= team: [[Team Member]] |= PARAMETER1  

Revision as of 03:48, 26 September 2014

Hover & click on the images for description

Description

Description:
Return a name of given team.
Groups:
Uncategorised

Syntax

Syntax:
teamName team
Parameters:
team: Team Member
Return Value:
String

Examples

Example 1:
_name = teamName _team;

Additional Information

See also:
addTeamMembercreateTeamdeleteTeamforEachMemberTeamremoveTeamMemberteamMemberteamsteamTypeforEachMemberforEachMemberAgent

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

Notes

Bottom Section