Re-exports§
pub use crate::action;pub use crate::graphics::textures::Texture;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::var::VariableType;pub use crate::vehicle;pub use crate::Script;
Macros§
Structs§
- Color
- A color in the RGBA format.
- Message
- Represents a message that can be sent between scripts or from the engine.
Enums§
- Message
Target - Represents a message target.
Traits§
- Message
Type - 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§
- send_
message - Sends the message to the given targets.