Core: Fix built-in enum constant bindings
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
func test():
|
||||
print(Vector3.Axis)
|
||||
@ -0,0 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
Type "Axis" in base "Vector3" cannot be used on its own.
|
||||
@ -0,0 +1,2 @@
|
||||
func test():
|
||||
print(Variant.Operator)
|
||||
@ -0,0 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
Type "Operator" in base "Variant" cannot be used on its own.
|
||||
@ -0,0 +1,2 @@
|
||||
func test():
|
||||
print(Node.ProcessMode)
|
||||
@ -0,0 +1,2 @@
|
||||
GDTEST_ANALYZER_ERROR
|
||||
Type "ProcessMode" in base "Node" cannot be used on its own.
|
||||
Reference in New Issue
Block a user