AGS.Editor.ScriptEditor.OnGetHelpKeyword C# (CSharp) Method

OnGetHelpKeyword() protected method

protected OnGetHelpKeyword ( ) : string
return string
        protected override string OnGetHelpKeyword()
        {
            return scintilla.GetFullTypeNameAtCursor();
        }