GDScript: Fix getting type from PropertyInfo for Variant arguments
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Check extends Node:
|
||||
func _set(_property: StringName, _value: Variant) -> bool:
|
||||
return true
|
||||
|
||||
func test() -> void:
|
||||
print('OK')
|
||||
@@ -0,0 +1,2 @@
|
||||
GDTEST_OK
|
||||
OK
|
||||
Reference in New Issue
Block a user