![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | FinFan |
Hello gyus!
In godot functions cant return Enum values?
for example:
enum EMoveType {
WALK,
RUN
}
func get_type() -> enum EMoveType :
return type
How you set the enums from a classes? you dont use the incapsulation?
Thanks!