Table of Contents

Method AddLoopingVisualEffect

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddLoopingVisualEffect(NwGameObject, VisualEffectTableEntry)

Adds the specified visual effect to an object, but only visible to this player.

public void AddLoopingVisualEffect(NwGameObject gameObject, VisualEffectTableEntry visualEffect)

Parameters

gameObject NwGameObject

The game object to apply the effect to.

visualEffect VisualEffectTableEntry

The visual effect to apply.