GetPackageLocation

From the Fallout3 GECK Wiki
Revision as of 11:42, 12 August 2014 by imported>Odessa (+alias +cat)
(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 the start location of a package.

Syntax

[help]
(ref) GetPackageLocation ToCheck:package 

Or:

(ref) GetPackageLocationReference ToCheck:package

Example

ref rStart
set rStart to GetPackageLocation SomePackage

See Also