[][src]Function screeps::game::map::find_exit

pub fn find_exit(
    from_room: &str,
    to_room: &str
) -> Result<ExitDirection, ReturnCode>

Implements Game.map.findExit.