The discrepancies between the registered getter/setter names and the name of the function that they end up calling are an ongoing source of confusion when converting applications from the runtime GML interpreter, which uses the registered properties, to the GML compiler, which doesn't use registered properties (#20518).
The following should be evaluated:
REGISTER_*_PROPERTY
calls to be strictly of the format REGISTER_*_PROPERTY(<name>, <name>, set_<name>, ...)
where possibleGUI::Widget::dummy_fixed_*
)Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too