bevy_scriptum/assets/tests/ruby
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.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
call_script_function_with_params.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
entity_variable.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
entity_variable_eval.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
eval_that_causes_runtime_error.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
pass_entity_from_script.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
pass_vec3_from_script.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
pass_vec3_to_script.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
promise_runtime_error.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
return_via_promise.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
rust_function_gets_called_from_script.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
rust_function_gets_called_from_script_with_multiple_params.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
rust_function_gets_called_from_script_with_param.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
script_function_gets_called_from_rust.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
script_function_gets_called_from_rust_with_multiple_params.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
script_function_gets_called_from_rust_with_single_param.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00
side_effects.rb Ruby support (#19) 2025-05-27 19:19:52 +02:00