Difference between revisions of "User talk:TigroSpottystripes Katsu"

From Second Life Wiki
Jump to navigation Jump to search
(I am fairly sure of my statements here. Fairly...)
(No difference)

Revision as of 06:11, 16 May 2010

PosJump

I would assume since the delay with the older llSetPrimParams functions comes after the call* and PosJump uses only one call, that the use of the old functions (as opposed to the new) would be no slower in operation then the new.

  • Script delays happen after the function call, to avoid them being used repeatedly in too rapid succession. The result of the call is as instant as with any function without a delay, the script is forced to rest afterwards though.

Also, When an avatar sits on a single prim, a link_set is born with the prim acting as the root. A single prim teleporter is thus never not the root during operation (unless the passenger jumps off or crashes etc. Although that is highly unlikely during the instant that PosJump is active). -- Fred Gandt (talk|contribs) 13:11, 16 May 2010 (UTC)