Difference between revisions of "GetPackageLocation"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(from nvse_whatsnew)
 
imported>Odessa
m (+alias +cat)
 
Line 3: Line 3:
  |summary = Returns the start location of a package.
  |summary = Returns the start location of a package.
  |name = GetPackageLocation
  |name = GetPackageLocation
|alias = GetPackageLocationReference
  |returnType = ref
  |returnType = ref
  |referenceType =  
  |referenceType =  
Line 16: Line 17:
*[[GetPackageLocationRadius]]
*[[GetPackageLocationRadius]]
[[Category:Functions_(NVSE)]]
[[Category:Functions_(NVSE)]]
[[Category:AI Functions]]

Latest revision as of 10:42, 12 August 2014

< [[::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