AGS.Editor.ScriptEditor.OnGetHelpKeyword C# (CSharp) 메소드

OnGetHelpKeyword() 보호된 메소드

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