Revision Difference
Global.JoinServer#515996
<function name="JoinServer" parent="Global" type="libraryfunc">
<description>Joins the server with the specified IP.</description>
<realm>Menu</realm>
<args>
<arg name="IP" type="string">The IP of the server to join</arg>
</args>
</function>
⤶
{{Example⤶
| Description = Joins the server running on your machine. ⤶
| Code = JoinServer("localhost")⤶
}}⤶
<example>⤶
<description>Joins the server running on your machine.</description>⤶
<code>JoinServer("localhost")</code>⤶
⤶
</example>