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