GetPackageLocationRadius

From the Fallout3 GECK Wiki
Revision as of 08:41, 16 July 2014 by imported>Odessa (from nvse whats_new)
(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 radius of a package.

Syntax

[help]
(float) GetPackageLocationRadius ToCheck:package

Example

float fRadius
set fRadius to GetPackageLocationRadius SomePackage

See Also