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

ShoutError() private method

private ShoutError ( string msg ) : void
msg string
return void
        internal void ShoutError(string msg)
        {
            llShout(ScriptBaseClass.DEBUG_CHANNEL, msg);
        }
LSL_Api