mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
1248006f3d
@ -2412,6 +2412,16 @@ end
|
|||||||
-- USER API Functions
|
-- USER API Functions
|
||||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
--- Set the carrier illumination mode.
|
||||||
|
-- @param #AIRBOSS self
|
||||||
|
-- @param #number Mode Options are: -2: OFF, -1: AUTO, 0: NAVIGATION, 1: AC LAUNCH, 2: AC RECOVERY
|
||||||
|
-- @return #AIRBOSS self
|
||||||
|
function AIRBOSS:SetCarrierIllumination(Mode)
|
||||||
|
self.carrier:SetCarrierIlluminationMode(Mode)
|
||||||
|
return self
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
--- Set welcome messages for players.
|
--- Set welcome messages for players.
|
||||||
-- @param #AIRBOSS self
|
-- @param #AIRBOSS self
|
||||||
-- @param #boolean Switch If true, display welcome message to player.
|
-- @param #boolean Switch If true, display welcome message to player.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user