GetAnimCurrentTime
From GECK
A function added by the kNVSE Plugin.
Contents
Description
This function retrieves the current time of a specified animation. It is functionally equivalent to accessing the calculatedTime field found in the GetAnimationAttributes function. Alternatively, it can be considered as the sum of the offset field in the same function and the value obtained from GetGlobalAnimTime.
Syntax
reference.GetAnimCurrentTime sAnimPath:string
Example
player.GetAnimCurrentTime "Characters\MyAnimation.kf"