Trait pabitell_lib::Scene

source ·
pub trait Scene: Named + Tagged + AsAny + Description + Dumpable + Music + Debug + Clean {
    fn dialog(&self) -> Option<usize> { ... }
    fn next_dialog(&mut self) { ... }
    fn geo_location(&self) -> Option<GeoLocation> { ... }
    fn set_geo_location(&mut self, _location: Option<GeoLocation>) { ... }
}

Provided Methods

Implementors