Open AbnormalPoof opened 5 days ago
Potential duplicates:
At least you tried
Potential duplicates:
I'm crying why did it do it again 😭 😭
Edit: Apparently it does this check again if you edit your issue
Yes please, the closer hscript is normal haxe the better, right?
This, the null coalescing and the experiment Eric has where you can just type custom class declarations and more without using scriptCall/Set/Get (this one will probably take quite a while though), then we'll be perfect.
Issue Checklist
What is your suggestion, and why should it be implemented?
Properties are a Haxe language feature which are similar to variables, but invoke specific functions upon read/write (known as getter/setter functions).
This would be a huge improvement, especially for save data related stuff. It'd save lots of repeated lines related to saving.
Example
Before
After
Save data might not really be a good example of this, but there's a lot of other use cases out there.