We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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")
The text was updated successfully, but these errors were encountered:
Interesting! Hadn't thought about using the macros to add primitive data types 😄 It was intended for Classes, but I think its worth supporting.
Sorry, something went wrong.
AustinEast
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: