Not a major issue but I choose onUpdate() out of all the possible methods and ran into issues with it. I didn't realise until I reviewed the docs a few times that the other items all pass trace a ["string"].
The errors;
Source/Main.hx:25: characters 21-36 : String should be Null<Array<Dynamic>>
Source/Main.hx:25: characters 21-36 : String should be Array<Dynamic>
Source/Main.hx:25: characters 21-36 : For optional function argument 'parameters'
Not a major issue but I choose
onUpdate()
out of all the possible methods and ran into issues with it. I didn't realise until I reviewed the docs a few times that the other items all passtrace
a["string"]
.The errors;