connectToServer: Difference between revisions
Jump to navigation
Jump to search
m (2.00 update) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 6: | Line 6: | ||
|gr1= System |GROUP1= | |gr1= System |GROUP1= | ||
|descr= Connects the client to the provided server. | |descr= Connects the client to the provided server. | ||
Line 12: | Line 11: | ||
* 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]]).}} |Description= | * must be executed from [[isUIContext | UI context]], such as ''onButtonDown'' or similar events (see [[User Interface Event Handlers]]).}} |Description= | ||
|s1= [[connectToServer]] [ip, port, password] |Syntax= | |s1= [[connectToServer]] [ip, port, password] |Syntax= | ||
Line 21: | Line 19: | ||
|p3= password: [[String]] - "" if no password |Parameter 3= | |p3= password: [[String]] - "" if no password |Parameter 3= | ||
|x1= <code>[[connectToServer]] ["192.168.0.2", 2302, "test"];</code> |Example 1= | |x1= <code>[[connectToServer]] ["192.168.0.2", 2302, "test"];</code> |Example 1= | ||
|seealso= [[serverCommand]] [[getSteamFriendsServers]] |See Also= | |seealso= [[serverCommand]] [[getSteamFriendsServers]] |See Also= |
Revision as of 00:29, 17 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