connectToServer: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "[[Arma 3 " to "[[Arma 3: ") |
Lou Montana (talk | contribs) (Add 2.20 domain info) |
||
Line 14: | Line 14: | ||
|s1= [[connectToServer]] [ip, port, password] | |s1= [[connectToServer]] [ip, port, password] | ||
|p1= ip: [[String]] | |p1= ip: [[String]] - IP in {{Link|https://en.wikipedia.org/wiki/IPv4}} format or {{GVI|arma3|2.20|size= 0.75}} domain name | ||
|p2= port: [[Number]] | |p2= port: [[Number]] | ||
Line 23: | Line 23: | ||
|x1= <sqf>connectToServer ["192.168.0.2", 2302, "test"];</sqf> | |x1= <sqf>connectToServer ["192.168.0.2", 2302, "test"];</sqf> | ||
|x2= <sqf>connectToServer ["publicserver.mydomain.com", 2302, ""];</sqf> | |||
|seealso= [[serverCommand]] [[getSteamFriendsServers]] | |seealso= [[serverCommand]] [[getSteamFriendsServers]] | ||
}} | }} |
Revision as of 18:45, 7 January 2025
Description
- Description:
- Connects the client to the provided server.
- Groups:
- System
Syntax
- Syntax:
- connectToServer [ip, port, password]
- Parameters:
- ip: String - IP in IPv4 format or
2.20 domain name
- port: Number
- password: String - "" if no password
- Return Value:
- Nothing
Examples
- Example 1:
- CopyconnectToServer ["192.168.0.2", 2302, "test"];
- Example 2:
- CopyconnectToServer ["publicserver.mydomain.com", 2302, ""];
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