Table of Contents

Method SetTileAnimationLoops

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetTileAnimationLoops(bool, bool, bool)

Sets the state of the animation loops of the tile at this location.

public void SetTileAnimationLoops(bool animLoop1, bool animLoop2, bool animLoop3)

Parameters

animLoop1 bool

Enable or disable animation loop 1.

animLoop2 bool

Enable or disable animation loop 2.

animLoop3 bool

Enable or disable animation loop 3.