FIFO - make own file in Utils

AUFTRAG - Add base missions params for NewNOTHING
Marker - typo
Modules - FiFo added
UTILS - removed FiFo code
This commit is contained in:
Applevangelist
2022-04-18 12:25:58 +02:00
parent 75fddd9349
commit bc141698c8
5 changed files with 615 additions and 586 deletions

View File

@@ -588,7 +588,7 @@ end
--- Set text that is displayed in the marker panel. Note this does not show the marker.
-- @param #MARKER self
-- @param #string Text Marker text. Default is an empty sting "".
-- @param #string Text Marker text. Default is an empty string "".
-- @return #MARKER self
function MARKER:SetText(Text)
self.text=Text and tostring(Text) or ""