Difference between revisions of "LlGetScriptState"

From Second Life Wiki
Jump to navigation Jump to search
(cat Inventory)
m
Line 1: Line 1:
{{LSL_Function/inventory|name|uuid=false|type=script}}
{{LSL Function/inventory|name|uuid=false|type=script}}
{{LSL_Function
{{LSL Function
|func_id=250|func_sleep=0.0|func_energy=10.0
|func_id=250|func_sleep=0.0|func_energy=10.0
|func=llGetScriptState|return_type=integer|p1_type=string|p1_name=name
|func=llGetScriptState|return_type=integer|p1_type=string|p1_name=name

Revision as of 05:35, 25 February 2012

Summary

Function: integer llGetScriptState( string name );

Returns an integer boolean that is TRUE if the script name is running.

• string name a script in the inventory of the prim this script is in

Caveats

  • If name is missing from the prim's inventory or it is not a script then an error is shouted on DEBUG_CHANNEL.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llSetScriptState
•  llResetOtherScript

Deep Notes

History

Search JIRA for related Issues

Signature

function integer llGetScriptState( string name );