GetPackageTargetDistance

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the distance/count of a package.

Syntax

[help]
(int) GetPackageTargetDistance package:form 

Or:

(int) GetPackageTargetCount package:form

Example

int iDist
set iDist to GetPackageTargetDistance MyEscortPackage 

See Also