GetAmmoSpeed

From the Fallout3 GECK Wiki
Revision as of 16:01, 14 August 2014 by imported>Odessa (Created.)
(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 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