ARCed.Controls.EventTextBox.Command115 C# (CSharp) Method

Command115() private method

Exit Event Processing
private Command115 ( dynamic args ) : void
args dynamic Array of game event parameters
return void
        private void Command115(dynamic args)
        {
            AppendText("@>");
            this.AppendText("Exit Event Processing", Color.Blue);
        }