Function rscache::util::osrs::load_map_def[][src]

pub fn load_map_def<S: Store>(
    cache: &Cache<S>,
    region_id: u16
) -> Result<Option<MapDefinition>>
Expand description

Loads the MapDefinition belonging to a given region.

Returns None if the given region id doesn’t have a corresponding map definition.