GetIdleLoopTimes

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

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

Example

set iLoopTimes to GetIdleLoopTimes RepairWall02 1

Returns the Max loop times of RepairWall02.

See Also