squadParams: Difference between revisions
| No edit summary | Lou Montana (talk | contribs)  m (Some wiki formatting) | ||
| (49 intermediate revisions by 9 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| | arma3 |=  | |game1= arma3 | ||
| |version1= 1.18 | |||
| | | |arg= global | ||
| |gr1= Object Manipulation | |||
| |  | |gr2= System | ||
| |  | |descr= Returns data about squad of given unit loaded from [[squad.xml]] as well as the unit itself. | ||
| {{Feature|informative|This command returns an empty array in single player.}} | |||
| | | |s1= [[squadParams]] unit | ||
| | [[ | |p1= unit: [[Object]] | ||
| | [[ | |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= <sqf>_info = squadParams player;</sqf> | |||
| < | |x2= <sqf>squadParams player params ["_squadInfo", "_memberInfo", "_squadID", "_a3unitsID"];</sqf> | ||
| < | |||
| |seealso= [[squad.xml]] | |||
| }} | |||
| [[ | |||
Latest revision as of 15:15, 21 November 2023
Description
- Description:
- Returns data about squad of given unit loaded from squad.xml as well as the unit itself.
- Groups:
- Object ManipulationSystem
Syntax
- Syntax:
- squadParams unit
- Parameters:
- unit: Object
- Return Value:
- Array in format [squadInfo, memberInfo, squadId, a3unitsId] where:
Examples
- Example 1:
- Example 2:
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
 
	
