connectToServer: Difference between revisions
Jump to navigation
Jump to search
m (2.00 update) |
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|game1= arma3 | | |game1= arma3 | ||
|version1= 2.00 | |||
| | |gr1= System | ||
| | |descr= Connects the client to the provided server. | ||
{{Feature|informative| | |||
* 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]]). | |||
}} | |||
| | |s1= [[connectToServer]] [ip, port, password] | ||
| | |p1= ip: [[String]] | ||
| | |p2= port: [[Number]] | ||
| | |p3= password: [[String]] - "" if no password | ||
| | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>connectToServer ["192.168.0.2", 2302, "test"];</sqf> | ||
|seealso= [[serverCommand]] [[getSteamFriendsServers]] | |seealso= [[serverCommand]] [[getSteamFriendsServers]] | ||
}} | }} | ||
Latest revision as of 10:38, 6 May 2024
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:
- Nothing
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