Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.state C# (CSharp) Method

state() public method

public state ( string newState ) : void
newState string
return void
        public void state(string newState)
        {
            m_ScriptEngine.SetState(m_itemID, newState);
            throw new EventAbortException();
        }
LSL_Api