llReleaseURL
Revision as of 14:37, 27 February 2009 by Strife Onizuka (talk | contribs) (New page: {{LSL_Function |func_id=347|func_sleep=0.0|func_energy=10.0 |func=llReleaseURL|return_type |p1_type=string|p1_name=url|p1_desc=URL to release |func_footnote |func_desc=Releases the specifi...)
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 |