Modules§
Structs§
- Asset
Ref - A reference to an asset in an
EcsRef - Component
Borrow - A component borrow into an
EcsRef. - Component
Borrow Mut - A mutable component borrow into an
EcsRef. - Component
Ref - A reference to component in an
EcsRef. - EcsRef
- A reference to an ECS-compatible value.
- EcsRef
Borrow - A borrow of an
EcsRef. - EcsRef
Borrow Mut - A mutable borrow of an
EcsRef. - Schema
LuaEcs RefMetatable - A type data that can be used to specify a custom metatable to use for the type when it is
used in an
EcsRefin the lua API.
Enums§
- EcsRef
Borrow Error - An error that occurs when borrowing an
EcsRef. - EcsRef
Borrow Kind - A kind of borrow into an
EcsRef. - EcsRef
Borrow MutKind - A kind of mutable borrow of an
EcsRef. - EcsRef
Data - The kind of value reference for
EcsRef.
Functions§
- env
- Generate the environment table for executing scripts under.
- metatable
- no_
newindex - register_
lua_ typedata - Registers lua binding typedatas for bones_framework types.