HttpGet (Function): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
mNo edit summary |
||
Line 5: | Line 5: | ||
name = HttpGet | name = HttpGet | ||
|arguments = [[String]] ''url'', [[Boolean]] ''synchronous = false'' | |arguments = [[String]] ''url'', [[Boolean]] ''synchronous = false'' | ||
|returns = | |returns = [[String]] | ||
|description = Allows you to get things from an HTTP webpage. But it is '''''locked''''', and cannot be used. It will throw an error when called. | |description = Allows you to get things from an HTTP webpage. But it is '''''locked''''', and cannot be used. It will throw an error when called. | ||
|object = [[GBX.lua.DataModel (Object)|DataModel]] | |object = [[GBX.lua.DataModel (Object)|DataModel]] |
Latest revision as of 05:53, 27 September 2021
Locked: This item is locked. Attempting to use it will cause an error.
Function | |
---|---|
Syntax | HttpGet( String url, Boolean synchronous = false ) |
Returns | String |
Description: | Allows you to get things from an HTTP webpage. But it is locked, and cannot be used. It will throw an error when called. |
In Object: | DataModel |