~~NOTOC~~
<=[[4rpl:start| Index]] \\
<=[[4rpl:start#mission| Mission]]
* [[4rpl:commands:GetMissionObjectiveEnabled|Get]]
* [[4rpl:commands:SetMissionObjectiveEnabled|Set]]
====== GetMissionObjectiveEnabled ======
GetMissionObjectiveEnabled(<-objectiveNumber) ->enabled
===== Description =====
Gets whether the specified mission objective is a enabled.
See [[AcquireMissionObjective]] for the enumeration of mission objectives.
===== Examples =====
GetMissionObjectiveEnabled(2) ->enabled
<=[[4rpl:start| Index]]