Aurora.ScriptEngine.AuroraDotNetEngine.APIs.LSL_Api.NotImplemented C# (CSharp) Метод

NotImplemented() приватный Метод

private NotImplemented ( string command ) : void
command string
Результат void
        internal void NotImplemented(string command)
        {
            if (throwErrorOnNotImplemented)
                throw new NotImplementedException("Command not implemented: " + command);
        }
LSL_Api