Table of Contents

Method ReplaceObjectAnimation

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ReplaceObjectAnimation(string, string)

Replaces the specified animation with an override.
Use ClearObjectAnimationOverride(string) to clear the override.

public void ReplaceObjectAnimation(string anim, string newAnim)

Parameters

anim string

The animation to replace.

newAnim string

The replacement animation.