Table of Contents

Method GetLoopingVisualEffects

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetLoopingVisualEffects(NwGameObject)

Gets a list of visual effects for the specified object visible only to this player.

public List<VisualEffectTableEntry>? GetLoopingVisualEffects(NwGameObject gameObject)

Parameters

gameObject NwGameObject

The game object containing the visual effects.

Returns

List<VisualEffectTableEntry>