You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small cleaning up + Fix for crash when looping through empty Vec (#87)
* dwadwa
* debug prints
* we ignore this ever happened
* mmmmmmmmmmm
i'm still a bit dumb lol
* does this fix the crash?
* that maybe fixes it
* unncessecary get_children + fixed get_parent
* rustfmt
* clippy
* moved wrappers example into lua and renamed it
* WIP new example for rhai wrapper
* WIP implementing fix mentioned in review
#87 (comment)
* basic one shot works
* accessing variables work
* accessing variables not work
* Revert "accessing variables not work"
This reverts commit c282ada.
* empty array
* go back to <=
* commented out errors, setting values seem to work
* expanded multiple_events example for parent testing
* returning UNIT instead of int if parent couldn't be found
* Update bevy_script_api/src/common/std.rs
Co-authored-by: Maksymilian Mozolewski <makspl17@gmail.com>
* Update bevy_script_api/src/common/std.rs
Co-authored-by: Maksymilian Mozolewski <makspl17@gmail.com>
* no longer problem at looping through empty vec
* if/else to check if parent exists
* removed rhai wrapper example, moved normal wrapper example back and renamed
* rust fmt
---------
Co-authored-by: Maksymilian Mozolewski <makspl17@gmail.com>
0 commit comments