Module bones_framework::prelude::bindings
source · Modules§
Structs§
- A reference to an asset in an
EcsRef
- A component borrow into an
EcsRef
. - A mutable component borrow into an
EcsRef
. - A reference to component in an
EcsRef
. - A reference to an ECS-compatible value.
- A borrow of an
EcsRef
. - A mutable borrow of an
EcsRef
. - A type data that can be used to specify a custom metatable to use for the type when it is used in an
EcsRef
in the lua API.
Enums§
- An error that occurs when borrowing an
EcsRef
. - A kind of borrow into an
EcsRef
. - A kind of mutable borrow of an
EcsRef
. - The kind of value reference for
EcsRef
.
Functions§
- Generate the environment table for executing scripts under.
- Registers lua binding typedatas for bones_framework types.