Lua:getInternet

From Cheat Engine
Revision as of 03:14, 31 December 2018 by Edisecrinorthi (talk | contribs) (Created page with 'Category:Lua '''function''' getInternet(''string'') Returns an internet class object. The string provided will be the name of the client provided Examples: int = getInte…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Parameter Type Description
string string name of the client


See also