Hard typing in addon form-validator

This commit is contained in:
Adrien Ufferte
2025-05-15 09:27:38 +02:00
parent b9a42fd7d7
commit eaa7a4bb60
7 changed files with 7 additions and 7 deletions
@@ -3,7 +3,7 @@ extends Validator
class_name ButtonValidator
func get_value(control: Control):
func get_value(control: Control) -> Variant:
var button = control as Button
if not button:
return null