GetDetonationTimer

Revision as of 06:13, 9 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the time (seconds) remaining until the calling projectile detonates. |name = GetDetonationTimer |returnType = detonationTime:fl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the time (seconds) remaining until the calling projectile detonates.

Syntax

(detonationTime:float) reference.GetDetonationTimer

Example

set fDetonationTime to projRef.GetDetonationTimer

See Also