mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 09:53:25 +00:00
6 lines
86 B
GDScript3
6 lines
86 B
GDScript3
![]() |
func test():
|
||
|
print("warn")
|
||
|
|
||
|
func get(_property: StringName) -> Variant:
|
||
|
return null
|