1 2 3 4 5 6
class Check extends Node: func _set(_property: StringName, _value: Variant) -> bool: return true func test() -> void: print('OK')