getSteamFriendsServers: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <dl class="command_description"> <!-- BEGIN Note Section --> <!-- END Note Section --> </dl>" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.00 | |version1= 2.00 | ||
Line 9: | Line 8: | ||
|descr= Returns servers information of Steam friends currently playing the game. | |descr= Returns servers information of Steam friends currently playing the game. | ||
|mp= {{ | |mp= {{Feature|important|Does '''not''' work in multiplayer - returns an empty array.}} | ||
|s1= [[getSteamFriendsServers]] | |s1= [[getSteamFriendsServers]] | ||
|r1= [[Array]] of [[Array]] of [[String]]s | |r1= [[Array]] of [[Array]] of [[String]]s in format [ipAndPort, steamFriendName] | ||
|x1= < | |x1= <sqf>getSteamFriendsServers; // returns e.g [["127.42.33.8:2302", "MyFriend"], ["127.84.66.16:4604", "My Best Friend"]]</sqf> | ||
|seealso= [[isMultiplayer]] [[connectToServer]] | |seealso= [[isMultiplayer]] [[connectToServer]] | ||
}} | }} |
Latest revision as of 11:08, 4 May 2022
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 in 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