GetServerPort

From Onset Developer Wiki
GetServerPort

Type: Function
Context: Client
Introduced: v1.3.0

Description

Gets the current server port.

Syntax

GetServerPort()

Parameters

  • This function has no parameters.

Return Value

Example

ConnectToServer(GetServerIP(), GetServerPort())

See also