![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | IPcorp |
When overriding a virtual method, we get a series of property values:
func parse_property(object: Object, type: int, path: String, hint: int, hint_text: String, usage: int) -> bool:
...
Is it possible to override/change, for example, type? and if so, how?