mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Docu fixes
This commit is contained in:
parent
aa7f11185d
commit
c34f30e4a3
@ -3046,7 +3046,7 @@ end
|
|||||||
--- User function - Activate Name #CTLD.CargoZone.Type ZoneType for this CTLD instance.
|
--- User function - Activate Name #CTLD.CargoZone.Type ZoneType for this CTLD instance.
|
||||||
-- @param #CTLD self
|
-- @param #CTLD self
|
||||||
-- @param #string Name Name of the zone to change in the ME.
|
-- @param #string Name Name of the zone to change in the ME.
|
||||||
-- @param #CTLD.CargoZoneTyp ZoneType Type of zone this belongs to.
|
-- @param #CTLD.CargoZoneType ZoneType Type of zone this belongs to.
|
||||||
-- @param #boolean NewState (Optional) Set to true to activate, false to switch off.
|
-- @param #boolean NewState (Optional) Set to true to activate, false to switch off.
|
||||||
function CTLD:ActivateZone(Name,ZoneType,NewState)
|
function CTLD:ActivateZone(Name,ZoneType,NewState)
|
||||||
self:T(self.lid .. " AddZone")
|
self:T(self.lid .. " AddZone")
|
||||||
@ -3082,7 +3082,7 @@ end
|
|||||||
--- User function - Deactivate Name #CTLD.CargoZoneType ZoneType for this CTLD instance.
|
--- User function - Deactivate Name #CTLD.CargoZoneType ZoneType for this CTLD instance.
|
||||||
-- @param #CTLD self
|
-- @param #CTLD self
|
||||||
-- @param #string Name Name of the zone to change in the ME.
|
-- @param #string Name Name of the zone to change in the ME.
|
||||||
-- @param #CTLD.CargoZoneTyp ZoneType Type of zone this belongs to.
|
-- @param #CTLD.CargoZoneType ZoneType Type of zone this belongs to.
|
||||||
function CTLD:DeactivateZone(Name,ZoneType)
|
function CTLD:DeactivateZone(Name,ZoneType)
|
||||||
self:T(self.lid .. " AddZone")
|
self:T(self.lid .. " AddZone")
|
||||||
self:ActivateZone(Name,ZoneType,false)
|
self:ActivateZone(Name,ZoneType,false)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user