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

FindGlobalVariableOrType() 공개 메소드

public FindGlobalVariableOrType ( string type ) : AGS.Types.AutoComplete.ScriptStruct
type string
리턴 AGS.Types.AutoComplete.ScriptStruct
        public ScriptStruct FindGlobalVariableOrType(string type)
        {
            return scintilla.FindGlobalVariableOrType(type);
        }