Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.state C# (CSharp) Méthode

state() public méthode

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