Lua:getInternet
Jump to navigation
Jump to search
function getInternet(string)
Returns an internet class object. The string provided will be the name of the client provided
Examples:
int = getInternet("ce")
result = int.getURL("http://www.google.com")
print(result)
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
string | string | name of the client |