GetAmmoSpeed

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 speed (velocity) of the specified ammo or calling reference. Added by NVSE 1.5.

Syntax

[help]
(float) reference.GetAmmoSpeed Ammo:form

Example

float fSpeed
set fSpeed to GetAmmoSpeed Ammo308

See Also