GetIdleLoopTimes

Revision as of 06:16, 9 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the loop times of the passed '''Idle Animation'''. If <i>getMax</i> is non-zero, returns the <i>Max</i> times, otherwise returns...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the loop times of the passed Idle Animation. If getMax is non-zero, returns the Max times, otherwise returns the Min times.

Syntax

(loopTimes:int) GetIdleLoopTimes idleAnim:ref getMax:0/1

Example

set iLoopTimes to GetIdleLoopTimes RepairWall02 1

Returns the Max loop times of RepairWall02.

See Also