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

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

private Deprecated ( string command ) : void
command string
Результат void
        internal void Deprecated(string command)
        {
            ShoutError("Command deprecated: " + command);
            //throw new Exception("Command deprecated: " + command);
        }
LSL_Api