GetCurrentObjective

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the objectiveID of the current objective.

Syntax

[help]
(int) ref.GetCurrentObjective 

Or:

(int) ref.GetCurObjID

Example

int iObjective
set iObjective to GetCurrentObjective 

See Also