AddAnimation

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

Adds an animation to the base actor's or creature's animation list.

Syntax

[help]
actorRef.AddAnimation animName:string baseActor:form

Example

npcRef.AddAnimation "AnimationName" 

See Also