getSteamFriendsServers: Difference between revisions
Jump to navigation
Jump to search
m (available on stable now) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 6: | Line 6: | ||
|gr1= System |GROUP1= | |gr1= System |GROUP1= | ||
|descr= Returns servers information of Steam friends currently playing the game. |Description= | |descr= Returns servers information of Steam friends currently playing the game. |Description= | ||
|mp= {{Important | Does '''not''' work in multiplayer - returns an empty array.}} |Multiplayer Behaviour= | |mp= {{Important | Does '''not''' work in multiplayer - returns an empty array.}} |Multiplayer Behaviour= | ||
|s1= [[getSteamFriendsServers]] |Syntax= | |s1= [[getSteamFriendsServers]] |Syntax= | ||
|r1= [[Array]] of [[Array]] of [[String]]s - to format [ipAndPort, steamFriendName] |Return Value= | |r1= [[Array]] of [[Array]] of [[String]]s - to format [ipAndPort, steamFriendName] |Return Value= | ||
|x1= <code>[[getSteamFriendsServers]]; {{cc|returns e.g [["127.42.33.8:2302", "MyFriend"], ["127.84.66.16:4604", "My Best Friend"]]}}</code> |Example 1= | |x1= <code>[[getSteamFriendsServers]]; {{cc|returns e.g [["127.42.33.8:2302", "MyFriend"], ["127.84.66.16:4604", "My Best Friend"]]}}</code> |Example 1= | ||
|seealso= [[isMultiplayer]] [[connectToServer]] |See Also= | |seealso= [[isMultiplayer]] [[connectToServer]] |See Also= |
Revision as of 01:42, 17 January 2021
Description
- Description:
- Returns servers information of Steam friends currently playing the game.
- Multiplayer:
- Groups:
- System
Syntax
- Syntax:
- getSteamFriendsServers
- Return Value:
- Array of Array of Strings - to format [ipAndPort, steamFriendName]
Examples
- Example 1:
getSteamFriendsServers; // returns e.g [["127.42.33.8:2302", "MyFriend"], ["127.84.66.16:4604", "My Best Friend"]]
Additional Information
- See also:
- isMultiplayer connectToServer
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