Changeset 445:d846b0172882 for src/mlx
- Timestamp:
- 03/02/13 08:51:33 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/acft.py
r443 r445 1037 1037 33 : 150 } 1038 1038 1039 @property 1040 def derateLabels(self): 1041 """Get the derate strings for this type.""" 1042 return (xstr("takeoff_derate_b462"), None) 1043 1044 @property 1045 def derateTemplate(self): 1046 """Get the derate template for this aicraft type.""" 1047 return "Derate enabled: %s" 1048 1039 1049 #--------------------------------------------------------------------------------------- 1040 1050
Note:
See TracChangeset
for help on using the changeset viewer.