getSteamFriendsServers: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "1.99" to "2.00") |
||
Line 3: | Line 3: | ||
|game1= arma3dev |Game name= | |game1= arma3dev |Game name= | ||
|version= | |version= 2.00 |Game version= | ||
|gr1= System |GROUP1= | |gr1= System |GROUP1= |
Revision as of 14:39, 16 October 2020
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
[[Category:Introduced with arma3dev version ]][[ Category: arma3dev: New Scripting Commands | GETSTEAMFRIENDSSERVERS]][[ Category: arma3dev: Scripting Commands | GETSTEAMFRIENDSSERVERS]]