connectToServer: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.00 | |version1= 2.00 | ||
|gr1= System | |gr1= System | ||
|descr= Connects the client to the provided server. | |descr= Connects the client to the provided server. | ||
{{Informative | | {{Informative | | ||
* only works on the [[Arma 3 Main Menu|Main Menu]]. | * only works on the [[Arma 3 Main Menu|Main Menu]]. | ||
* must be executed from [[isUIContext | UI context]], such as ''onButtonDown'' or similar events (see [[User Interface Event Handlers]]).}} | * must be executed from [[isUIContext | UI context]], such as ''onButtonDown'' or similar events (see [[User Interface Event Handlers]]).}} | ||
|s1= [[connectToServer]] [ip, port, password] | |s1= [[connectToServer]] [ip, port, password] | ||
|p1= ip: [[String]] | |p1= ip: [[String]] | ||
|p2= port: [[Number]] | |p2= port: [[Number]] | ||
|p3= password: [[String]] - "" if no password | |p3= password: [[String]] - "" if no password | ||
|x1= <code>[[connectToServer]] ["192.168.0.2", 2302, "test"];</code> | |x1= <code>[[connectToServer]] ["192.168.0.2", 2302, "test"];</code> | ||
|seealso= [[serverCommand]] [[getSteamFriendsServers]] | |seealso= [[serverCommand]] [[getSteamFriendsServers]] | ||
}} | }} | ||
Revision as of 00:13, 18 January 2021
Description
- Description:
- Connects the client to the provided server.
- Groups:
- System
Syntax
- Syntax:
- connectToServer [ip, port, password]
- Parameters:
- ip: String
- port: Number
- password: String - "" if no password
- Return Value:
- Return value needed
Examples
- Example 1:
connectToServer ["192.168.0.2", 2302, "test"];
Additional Information
- See also:
- serverCommand getSteamFriendsServers
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