Difference between revisions of "LlSetPrimURL"

From Second Life Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{#vardefine:gd_text|This function while included in the compiler has never done anything.}}
{{LSL_Function
{{LSL_Function
|func_id=305|func_sleep=2.0|func_energy=10.0
|deprecated=LlSetPrimMediaParams
|func_id=305|func_sleep=20.0|func_energy=10.0
|func=llSetPrimURL
|func=llSetPrimURL
|p1_type=string|p1_name=url
|p1_type=string|p1_name=url
Line 15: Line 17:
|also_events
|also_events
|also_articles
|also_articles
|deprecated=none
|sort=SetPrimURL
|sort=SetPrimURL
|notes
|notes
|history=
* {{SVN|960|rev=93583|branch=Release|anchor=file43|date=Saturday, 02 August 2008|ser=1.23.4.93096}} - Delay changed from 2.0 seconds to 20.0 seconds.
|cat1
|cat1
|cat2
|cat2

Latest revision as of 19:17, 8 March 2010

Emblem-important.png Deprecated
(This function has been deprecated, please use LlSetPrimMediaParams instead.)

This function while included in the compiler has never done anything.

Summary

Function: llSetPrimURL( string url );

Updates the URL for the web page shown on the sides of the object.

• string url

Caveats

  • This function causes the script to sleep for 20.0 seconds.
  • This function has been deprecated, please use LlSetPrimMediaParams instead.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

History

Search JIRA for related Issues

Signature

function void llSetPrimURL( string url );