GetPackageLocation

Revision as of 08:01, 16 July 2014 by imported>Odessa (from nvse_whatsnew)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the start location of a package.

Syntax

(ref) GetPackageLocation ToCheck:package

Example

ref rStart
set rStart to GetPackageLocation SomePackage

See Also