GetObjectiveTargets

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns an array_var containing all the quest target references linked to the specified Objective of the specified Quest.

Syntax

[help]
(objTargets:array_var) GetObjectiveTargets quest:ref objectiveIndex:int

Example

let aObjTargets := GetObjectiveTargets VCG02 30 

See Also