GetAnimCurrentTime

From GECK
Jump to: navigation, search


A function added by the kNVSE Plugin.

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

[help]
reference.GetAnimCurrentTime sAnimPath:string

Example

player.GetAnimCurrentTime "Characters\MyAnimation.kf"

See Also