squadParams: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
m (Some wiki formatting)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.18
|1.18


|arg= global
|arg= global
Line 11: Line 10:
|gr2= System
|gr2= System


| Returns data about squad of given unit loaded from squad.xml.<br>
|descr= Returns data about squad of given unit loaded from [[squad.xml]] as well as the unit itself.
All items in returned array are [[String]].
{{Feature|informative|This command returns an empty array in single player.}}


|s1= '''squadParams''' unit
|s1= [[squadParams]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]


|r1= [[Array]] - <nowiki>[[</nowiki>squadNick,squadName,squadEmail,squadWeb,squadPicture,squadTitle],[memberId,memberNick,memberName,memberEmail,memberIcq,memberRemark<nowiki>]]</nowiki>
|r1= [[Array]] in format [squadInfo, memberInfo, squadId, a3unitsId] where:
* squadInfo: [[Array]] of [[String]]s format [nick, name, email, web, picture, title]
* memberInfo: [[Array]] of [[String]]s format [uid, name, fullname, email, icq, remark]
* {{GVI|arma3|2.06|size= 0.75}} squadId: [[String]] - unique squad ID
* {{GVI|arma3|2.06|size= 0.75}} a3unitsId: [[String]] - unique {{arma3}} Units  ID


|x1= <code>_info = [[squadParams]] [[player]];</code>
|x1= <sqf>_info = squadParams player;</sqf>


| [[squad.xml]]
|x2= <sqf>squadParams player params ["_squadInfo", "_memberInfo", "_squadID", "_a3unitsID"];</sqf>
 
|seealso= [[squad.xml]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
<dl class="command_description">
<dt></dt>
<dd class="notedate">Posted on July 19, 2015 - 21:43 (UTC)</dd>
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt>
<dd class="note">
Returns an empty array in singleplayer.
</dd>
</dl>

Latest revision as of 16:15, 21 November 2023

Hover & click on the images for description

Description

Description:
Returns data about squad of given unit loaded from squad.xml as well as the unit itself.
This command returns an empty array in single player.
Groups:
Object ManipulationSystem

Syntax

Syntax:
squadParams unit
Parameters:
unit: Object
Return Value:
Array in format [squadInfo, memberInfo, squadId, a3unitsId] where:
  • squadInfo: Array of Strings format [nick, name, email, web, picture, title]
  • memberInfo: Array of Strings format [uid, name, fullname, email, icq, remark]
  • Arma 3 logo black.png2.06 squadId: String - unique squad ID
  • Arma 3 logo black.png2.06 a3unitsId: String - unique Arma 3 Units ID

Examples

Example 1:
_info = squadParams player;
Example 2:
squadParams player params ["_squadInfo", "_memberInfo", "_squadID", "_a3unitsID"];

Additional Information

See also:
squad.xml

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