llGetStartParameter

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: integer llGetStartParameter( );

Returns an integer that is the start parameter passed to llRezObject or llRezAtRoot if the object was rezzed by a script or zero if the object was rezzed from a user's inventory. If a script was placed into an existing object by llRemoteLoadScriptPin then in that script llGetStartParameter returns the start parameter passed into llRemoteLoadScriptPin. If a script is reset then llGetStartParameter will return zero.

Examples

See Also

Events

•  on_rez

Functions

•  llRemoteLoadScriptPin Used to load a script into a remote prim
•  llRezObject Used to rez an object at the center of mass
•  llRezAtRoot Used to rez an object at the root

Deep Notes

Search JIRA for related Issues

Signature

function integer llGetStartParameter();