@@ -49,57 +49,57 @@ public class SignalName : ScriptLanguageExtension.SignalName
4949
5050 public enum LookupResultTypeEnum : long
5151 {
52- LookupResultScriptLocation = 0L ,
53- LookupResultClass = 1L ,
54- LookupResultClassConstant = 2L ,
55- LookupResultClassProperty = 3L ,
56- LookupResultClassMethod = 4L ,
57- LookupResultClassSignal = 5L ,
58- LookupResultClassEnum = 6L ,
59- LookupResultClassTbdGlobalscope = 7L ,
60- LookupResultClassAnnotation = 8L ,
61- LookupResultLocalConstant = 9L ,
62- LookupResultLocalVariable = 10L ,
63- LookupResultMax = 11L ,
52+ ScriptLocation = 0L ,
53+ Class = 1L ,
54+ ClassConstant = 2L ,
55+ ClassProperty = 3L ,
56+ ClassMethod = 4L ,
57+ ClassSignal = 5L ,
58+ ClassEnum = 6L ,
59+ ClassTbdGlobalscope = 7L ,
60+ ClassAnnotation = 8L ,
61+ LocalConstant = 9L ,
62+ LocalVariable = 10L ,
63+ Max = 11L ,
6464 }
6565
6666 public enum CodeCompletionLocationEnum : long
6767 {
68- LocationLocal = 0L ,
69- LocationParentMask = 256L ,
70- LocationOtherUserCode = 512L ,
71- LocationOther = 1024L ,
68+ Local = 0L ,
69+ ParentMask = 256L ,
70+ OtherUserCode = 512L ,
71+ Other = 1024L ,
7272 }
7373
7474 public enum CodeCompletionKindEnum : long
7575 {
76- CodeCompletionKindClass = 0L ,
77- CodeCompletionKindFunction = 1L ,
78- CodeCompletionKindSignal = 2L ,
79- CodeCompletionKindVariable = 3L ,
80- CodeCompletionKindMember = 4L ,
81- CodeCompletionKindEnum = 5L ,
82- CodeCompletionKindConstant = 6L ,
83- CodeCompletionKindNodePath = 7L ,
84- CodeCompletionKindFilePath = 8L ,
85- CodeCompletionKindPlainText = 9L ,
86- CodeCompletionKindMax = 10L ,
76+ Class = 0L ,
77+ Function = 1L ,
78+ Signal = 2L ,
79+ Variable = 3L ,
80+ Member = 4L ,
81+ Enum = 5L ,
82+ Constant = 6L ,
83+ NodePath = 7L ,
84+ FilePath = 8L ,
85+ PlainText = 9L ,
86+ Max = 10L ,
8787 }
8888
8989 public enum ScriptNameCasingEnum : long
9090 {
91- ScriptNameCasingAuto = 0L ,
92- ScriptNameCasingPascalCase = 1L ,
93- ScriptNameCasingSnakeCase = 2L ,
94- ScriptNameCasingKebabCase = 3L ,
91+ Auto = 0L ,
92+ PascalCase = 1L ,
93+ SnakeCase = 2L ,
94+ KebabCase = 3L ,
9595 }
9696
9797 public enum ConnectFlags : long
9898 {
99- ConnectDeferred = 1L ,
100- ConnectPersist = 2L ,
101- ConnectOneShot = 4L ,
102- ConnectReferenceCounted = 8L ,
99+ Deferred = 1L ,
100+ Persist = 2L ,
101+ OneShot = 4L ,
102+ ReferenceCounted = 8L ,
103103 }
104104
105105 #endregion
0 commit comments