HasObjective - Quest
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...")
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.