GetPackageLocationRadius

From the Fallout3 GECK Wiki
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