IsObjectiveCompleted - Quest

Revision as of 09:30, 17 September 2013 by imported>Iceburg333 (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Quest Script

Obtains whether the specified quest objective is completed or not.

SyntaxEdit

bool Function IsObjectiveCompleted(int aiObjective) native

ParametersEdit

  • aiObjective: The objective to check.

Return ValueEdit

Whether the specified objective is completed or not.

See AlsoEdit