HasObjective - Quest

Revision as of 09:29, 17 September 2013 by imported>Iceburg333 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Quest Script Returns whether or not the quest has the given objective. == Syntax == <source lang="papyrus"> boo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Quest Script

Returns whether or not the quest has the given objective.

SyntaxEdit

bool Function HasObjective(int aiObjective) native

ParametersEdit

  • aiObjective: The objective to check for.

Return ValueEdit

Whether or not the quest has the specified objective.

See AlsoEdit