getSteamFriendsServers: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3dev |Game name=
|game1= arma3
|version1= 2.00


|version= 1.99 |Game version=
|gr1= System
____________________________________________________________________________________________


|descr= Returns servers information of Steam friends currently playing the game. |Description=
|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.}}
____________________________________________________________________________________________


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


|r1= [[Array]] of [[Array]] of [[String]]s - to format [ipAndPort, steamFriendName] |Return Value=
|r1= [[Array]] of [[Array]] of [[String]]s in format [ipAndPort, steamFriendName]
____________________________________________________________________________________________


|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= <sqf>getSteamFriendsServers; // returns e.g [["127.42.33.8:2302", "MyFriend"], ["127.84.66.16:4604", "My Best Friend"]]</sqf>
____________________________________________________________________________________________


|seealso= [[isMultiplayer]] [[connectToServer]] |See Also=
|seealso= [[isMultiplayer]] [[connectToServer]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 12:08, 4 May 2022

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 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