getSteamFriendsServers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> <!-- BEGIN Note Section --> <!-- END Note Section --> </dl>" to "")
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
Line 9: Line 9:
|descr= Returns servers information of Steam friends currently playing the game.
|descr= Returns servers information of Steam friends currently playing the game.


|mp= {{Important | Does '''not''' work in multiplayer - returns an empty array.}} |Multiplayer Behaviour=
|mp= {{Feature | important | Does '''not''' work in multiplayer - returns an empty array.}} |Multiplayer Behaviour=


|s1= [[getSteamFriendsServers]]
|s1= [[getSteamFriendsServers]]

Revision as of 03:13, 7 February 2021

Hover & click on the images for description

Description

Description:
Returns servers information of Steam friends currently playing the game.
Multiplayer:
Does not work in multiplayer - returns an empty array.
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