HasObjective - Quest

From the Fallout4 CreationKit Wiki
Revision as of 08: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)
Jump to navigation Jump to search

Member of: Quest Script

Returns whether or not the quest has the given objective.

Syntax[edit | edit source]

bool Function HasObjective(int aiObjective) native

Parameters[edit | edit source]

  • aiObjective: The objective to check for.

Return Value[edit | edit source]

Whether or not the quest has the specified objective.

See Also[edit | edit source]