pub trait RoomObjectProperties {
// Required methods
fn effects(&self) -> Vec<Effect>;
fn effects_raw(&self) -> Option<Array>;
fn room(&self) -> Option<Room>;
}
Required Methods§
Sourcefn effects_raw(&self) -> Option<Array>
fn effects_raw(&self) -> Option<Array>
Effects applied to the object.