bevy_scriptum/assets/tests/rhai
Jarosław Konik 53479f94b5
Some checks are pending
Book / test (push) Waiting to run
Deploy book / deploy (push) Waiting to run
Rust / build (push) Waiting to run
Ruby support (#19)
Add support for Ruby language
2025-05-27 19:19:52 +02:00
..
call_script_function_that_causes_runtime_error.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
call_script_function_with_params.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
entity_variable.rhai Ruby support (#19) 2025-05-27 19:19:52 +02:00
entity_variable_eval.rhai Ruby support (#19) 2025-05-27 19:19:52 +02:00
eval_that_causes_runtime_error.rhai Ruby support (#19) 2025-05-27 19:19:52 +02:00
pass_entity_from_script.rhai Ruby support (#19) 2025-05-27 19:19:52 +02:00
pass_vec3_from_script.rhai Ruby support (#19) 2025-05-27 19:19:52 +02:00
pass_vec3_to_script.rhai Ruby support (#19) 2025-05-27 19:19:52 +02:00
promise_runtime_error.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
return_via_promise.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
rust_function_gets_called_from_script.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
rust_function_gets_called_from_script_with_multiple_params.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
rust_function_gets_called_from_script_with_param.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
script_function_gets_called_from_rust.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
script_function_gets_called_from_rust_with_multiple_params.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
script_function_gets_called_from_rust_with_single_param.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00
side_effects.rhai Lua support (#16) 2024-06-16 07:06:09 +02:00