Open GeezerLMAO opened 2 years ago
So I want to add a isOnFloor data to the body using your example
isOnFloor
--macro echo.Macros.add_data("isOnFloor", "Bool")
But when I try to access it just spits an error
This is the hxml if it will help
-cp src -lib heaps -lib hlsdl -lib deepnightLibs -lib ldtk-haxe-api -lib echo -hl bin/Test.hl -main Main -D windowSize=1024x576 --macro echo.Macros.add_data("entity", "objects.Entity") --macro echo.Macros.add_data("isOnFloor", "Bool")
Interesting! Hadn't thought about using the macros to add primitive data types 😄 It was intended for Classes, but I think its worth supporting.
So I want to add a
isOnFloor
data to the body using your exampleBut when I try to access it just spits an error
This is the hxml if it will help