network_resolve

This function will return the IP address of the given URL.

 

Syntax:

network_resolve(url);

ArgumentTypeDescription
urlStringThe URL to get the IP of (a string).

 

Returns:

String

 

Example:

game_ip = network_resolve("www.macsweeneygames.com");

The above code will return the IP address of the given URL and store it in the variable "game_ip".