GetNthAnimation

From GECK
Jump to: navigation, search
This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.


A function added by the New Vegas Script Extender.

Description

Returns name of Nth animation of the base actor's or creature's animation list.

Syntax

[help]
(string_var) actorRef.GetNthAnimation index:int baseActor:form

Example

npcRef.GetNthAnimation 0 

See Also