ClearedToLand

Check if cleared to land

Usage: Used in 6 task(s)

Lua Implementation

-- Cleared To Land
function evaluate(params)
    return this:hasStateProperty("LandingClearance") and
           this:getStateProperty("LandingClearance") == true
end