Module lotus_script::prelude
source · Re-exports§
pub use crate::action;
pub use crate::graphics::textures::Texture;
pub use crate::log;
pub use crate::log;
pub use crate::rand;
pub use crate::time;
pub use crate::var::get_var;
pub use crate::var::set_var;
pub use crate::Script;
Macros§
Structs§
- A color in the RGBA format.
- Represents a message that can be sent between scripts or from the engine.
Enums§
- Represents a message target.
Traits§
- Represents a message type that can be sent between scripts or from the engine. The MessageType::MESSAGE_META constant should return a globally unique message meta for the message type.
Functions§
- Sends the message to the given targets.