GetServerIP: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.3.0}} {{FuncDescription|Gets the current server IP address.}} {{FuncSyntax|GetServerIP()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|Th...")
 
(No difference)

Latest revision as of 09:19, 7 October 2020

GetServerIP

Type: Function
Context: Client
Introduced: v1.3.0

Description

Gets the current server IP address.

Syntax

GetServerIP()

Parameters

  • This function has no parameters.

Return Value

Example

ConnectToServer(GetServerIP(), GetServerPort())

See also