Difference between revisions of "Talk:LlRequestURL"

From Second Life Wiki
Jump to navigation Jump to search
(→‎Minimal example?: new section)
Line 6: Line 6:


I tend to assume so, since otherwise they'll be constantly leaking when one edits and tests scripts that request URLs.  But is that a good assumption? [[User:Dale Innis|Dale Innis]] 19:38, 3 November 2009 (UTC)
I tend to assume so, since otherwise they'll be constantly leaking when one edits and tests scripts that request URLs.  But is that a good assumption? [[User:Dale Innis|Dale Innis]] 19:38, 3 November 2009 (UTC)
== Minimal example? ==
Is the example given on this page the minimal recommended script? I don't see why I need to re-acquire a URL on CHANGED_INVENTORY.

Revision as of 15:32, 17 April 2013

One thing I couldn't help but notice - The URL generates a UUID as a specific URL, but from what I can tell, it's not a correctly formatted one - The version digit is just as random as the others. Not really an issue, but I do find it odd that they didn't even use version 4, as they did with inworld IDs.

Hg Beeks 09:41, 10 August 2009 (UTC)

Are URLs automatically released when the script is reset?

I tend to assume so, since otherwise they'll be constantly leaking when one edits and tests scripts that request URLs. But is that a good assumption? Dale Innis 19:38, 3 November 2009 (UTC)

Minimal example?

Is the example given on this page the minimal recommended script? I don't see why I need to re-acquire a URL on CHANGED_INVENTORY.