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

Deprecated() private méthode

private Deprecated ( string command ) : void
command string
Résultat void
        internal void Deprecated(string command)
        {
            ShoutError("Command deprecated: " + command);
            //throw new Exception("Command deprecated: " + command);
        }
LSL_Api