GetAmmoSpeed

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

(float) reference.GetAmmoSpeed Ammo:form

Example

float fSpeed
set fSpeed to GetAmmoSpeed Ammo308

See Also