GetQuestObjectiveCount

Revision as of 20:30, 1 February 2013 by imported>WarMachineDD7 (Created page with "{{Function |origin = FOSE1 |summary = Returns the number of objectives for the specified quest. |name = GetQuestObjectiveCount |alias = GetObjectiveCount |returnType = in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the number of objectives for the specified quest.

Syntax

(int) GetQuestObjectiveCount QuestID:ref 

Or:

(int) GetObjectiveCount QuestID:ref

Example

int totalObjectives
set totalObjectives to GetQuestObjectiveCount someQuest