Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r391 r430  
    8686        """Get the flight stage."""
    8787        return self._stage
     88
     89    @property
     90    def fsType(self):
     91        """Get the flight simulator type."""
     92        return self._gui.fsType
    8893
    8994    @property
Note: See TracChangeset for help on using the changeset viewer.