Surface
Surface submarine
Usage: Used in 2 task(s)
Lua Implementation
-- Surface
function execute(params)
this:addTask("DtChangeDepth", {
targetDepth = 0,
rate = params.rate or "normal"
})
return true
end
Surface submarine
Usage: Used in 2 task(s)
-- Surface
function execute(params)
this:addTask("DtChangeDepth", {
targetDepth = 0,
rate = params.rate or "normal"
})
return true
end