GetURL

From Soldat Community Wiki
Revision as of 10:43, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''function GetURL(URL: string): string;'' '''Parameter Info:''' URL (String): http URL to the webpage which shall be requested. '''Des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

From the Scripting Manual

function GetURL(URL: string): string;

Parameter Info:
 URL (String): http URL to the webpage which shall be requested.

Description:
 This function will download (URL) and return the contents of the downloaded page.
 NOTE: This function is only enabled when Safe Mode is turned off!
Start the server with -safe 0 to disable Safe Mode.

Examples

N/A


External Links