# Objective Primary

Grammarobjective is primary
FlagsNative | Function

Returns true if the objective is a primary objective.

# Arguments

  • int [ objective ] — Objective

Returns — bool

native bool ObjectiveGetPrimary(int inObjective);

Category: Objective / Advanced

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L4521
ObjectiveGetPrimary(lp_objective)
// L4722
ObjectiveGetPrimary(lv_objective)