AGS.Plugin.Lua.LuaScriptEditPane.OnCommandClick C# (CSharp) Method

OnCommandClick() protected method

protected OnCommandClick ( string command ) : void
command string
return void
        protected override void OnCommandClick(string command)
        {
            switch (command)
            {
                case "VERIFY":
                    VerifySyntax();
                    break;
            }
        }