Docs.rs
bevy_scriptum-0.11.0
Platform
i686-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bevy_scriptum 0.11.0
Plugin for Bevy engine that allows you to write some of your game or application logic in a scripting language
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
call_script_function_that_causes_runtime_error.lua
call_script_function_with_params.lua
entity_variable.lua
entity_variable_eval.lua
eval_that_causes_runtime_error.lua
pass_entity_from_script.lua
pass_vec3_from_script.lua
pass_vec3_to_script.lua
promise_runtime_error.lua
return_via_promise.lua
rust_function_gets_called_from_script.lua
rust_function_gets_called_from_script_with_multiple_params.lua
rust_function_gets_called_from_script_with_param.lua
script_function_gets_called_from_rust.lua
script_function_gets_called_from_rust_with_multiple_params.lua
script_function_gets_called_from_rust_with_single_param.lua
side_effects.lua
1
2
3
4
5
index
=
entity
.
index
function
test_func
(
)
rust_func
(
index
)
end