GetServerIP
From Onset Developer Wiki
Description
Gets the current server IP address.
Syntax
GetServerIP()
Parameters
- This function has no parameters.
Return Value
- The IP address as a string, useful for ConnectToServer.
Example
ConnectToServer(GetServerIP(), GetServerPort())