Get (EffectList)

From LoTROInterface Wiki

Jump to: navigation, search


Gets an effect.

Syntax

Lua
function EffectList:Get(index);

Parameters

index
Type: number
The index of the effect to get.

Returns

Type: Effect
The effect at th specified index.

Remarks

Gets an effect at the specified index. If the index is not inside the list, an error will be raised.

Personal tools