Difference between revisions of "LlReleaseURL"
Jump to navigation
Jump to search
m (preview marked) |
m (remove preview note) |
||
Line 11: | Line 11: | ||
|examples= | |examples= | ||
|helpers | |helpers | ||
|mode= | |mode= | ||
|also_functions= | |also_functions= | ||
{{LSL DefineRow||[[llRequestURL]]}} | {{LSL DefineRow||[[llRequestURL]]}} |
Revision as of 13:15, 17 July 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: llReleaseURL( string url );0.0 | Forced Delay |
10.0 | Energy |
Releases the specified URL, it will no longer be usable.
• string | url | – | URL to release |
Examples
See Also
Functions
• | llRequestURL | |||
• | llRequestSecureURL | |||
• | llGetFreeURLs | |||
• | llHTTPResponse | |||
• | llGetHTTPHeader |
Articles
• | LSL http server |