connectToServer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Some wiki formatting)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3 |Game name=
|game1= arma3
|version1= 2.00


|version1= 2.00 |Game version=
|gr1= System
 
|gr1= System |GROUP1=


|descr= Connects the client to the provided server.
|descr= Connects the client to the provided server.
{{Informative |
{{Feature|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]]).}} |Description=
* 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] |Syntax=
|p1= ip: [[String]]


|p1= ip: [[String]] |Parameter 1=
|p2= port: [[Number]]


|p2= port: [[Number]] |Parameter 2=
|p3= password: [[String]] - "" if no password


|p3= password: [[String]] - "" if no password |Parameter 3=
|r1= [[Nothing]]


|x1= <code>[[connectToServer]] ["192.168.0.2", 2302, "test"];</code> |Example 1=
|x1= <sqf>connectToServer ["192.168.0.2", 2302, "test"];</sqf>


|seealso= [[serverCommand]] [[getSteamFriendsServers]] |See Also=
|seealso= [[serverCommand]] [[getSteamFriendsServers]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 12:24, 4 May 2022

Hover & click on the images for description

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