This function will return the IP address of the given URL.
network_resolve(url);
| Argument | Type | Description |
|---|---|---|
| url | String | The URL to get the IP of (a string). |
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".