squadParams: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") |
||
Line 26: | Line 26: | ||
] | ] | ||
|x1= <code>_info = | |x1= <code>_info = squadParams [[player]];</code> | ||
|seealso= [[squad.xml]] | |seealso= [[squad.xml]] |
Revision as of 11:17, 12 May 2022
Description
- Description:
- Returns data about squad of given unit loaded from squad.xml as well as about unit itself.
All items in returned array are String. - Groups:
- Object ManipulationSystem
Syntax
- Syntax:
- squadParams unit
- Parameters:
- unit: Object
- Return Value:
- Array - in format :
[- [nick, name, email, web, picture, title], // squad info
- [uid, name, fullname, email, icq, remark], // unit info
- squadId, // unique squad ID (Since Arma 2.05.147777)
- a3unitsId // unique Arma 3 Units ID (Since Arma 2.05.147777)
Examples
- Example 1:
_info = squadParams player;
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
- Posted on July 19, 2015 - 21:43 (UTC)
- Waffle SS.
- Returns an empty array in singleplayer.