GetIdleLoopTimes
From GECK
A function added by the JIP NVSE Plugin.
Contents
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.