GetCurrentQuestObjectiveTeleportLinks

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns an array of the path to the current objective targets. The path is an array of zero or more doors (called teleportLink) followed by the target itself. Works only on the current objective of the current quest for the player, so no parameters required. Will build the teleportLinks if needed, but activating the quest should have done that already.

Syntax

[help]
(array) GetCurrentQuestObjectiveTeleportLinks 

Example

array_var Path

let Path := GetCurrentQuestObjectiveTeleportLinks

See Also