GetCurrentQuestObjectiveTeleportLinks

From the Fallout3 GECK Wiki
Revision as of 07:40, 1 November 2015 by imported>Hemingway (source nvse_whatnew)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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. Added by NVSE 5.0.3.

Syntax

[help]
(array) GetCurrentQuestObjectiveTeleportLinks

Example

array_var Path

let Path := GetCurrentQuestObjectiveTeleportLinks

See Also