Difference between revisions of "LlGetFreeURLs"
Jump to navigation
Jump to search
(New page: {{LSL_Function |func_id=344|func_sleep=0.0|func_energy=10.0 |func=llGetFreeURLs|return_type=integer |func_footnote |func_desc |return_text=that is the number of available URLs. |spec |cave...) |
m |
||
Line 23: | Line 23: | ||
|deepnotes= | |deepnotes= | ||
|history= | |history= | ||
*{{SVN|1836|rev=112899 |trunk=*|anchor= | *{{SVN|1836|rev=112899 |trunk=*|anchor=file22|ver=|ser=}} | ||
|cat1=HTTP | |cat1=HTTP | ||
|cat2 | |cat2 |
Revision as of 19:33, 27 February 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: integer llGetFreeURLs( );0.0 | Forced Delay |
10.0 | Energy |
Returns an integer that is the number of available URLs.
Examples
See Also
Functions
• | llRequestURL | |||
• | llRequestSecureURL | |||
• | llReleaseURL | |||
• | llHTTPResponse | |||
• | llGetHTTPHeader |
Articles
• | LSL http server |