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

FindGlobalVariableOrType() 공개 메소드

public FindGlobalVariableOrType ( string type ) : AGS.Types.AutoComplete.ScriptStruct
type string
리턴 AGS.Types.AutoComplete.ScriptStruct
        public ScriptStruct FindGlobalVariableOrType(string type)
        {
            bool dummy = false;
            return FindGlobalVariableOrType(type, ref dummy);
        }

Same methods

ScintillaWrapper::FindGlobalVariableOrType ( string type, bool &staticAccess ) : AGS.Types.AutoComplete.ScriptStruct
ScintillaWrapper