Skip to content

Class "EffectList"⚓︎

Info

You can get this class by using the following function:

Example Code
1
2
3
local player = Isaac.GetPlayer()
local tempEffects = player:GetEffects()
local effectlist = tempEffects:GetEffectsList()

Operators⚓︎

__len ()⚓︎

int __len ( )⚓︎

The length (#) operation. Returns the amount of TemporaryEffects in the list.


Functions⚓︎

Get ()⚓︎

TemporaryEffect Get ( int idx )⚓︎

Returns the TemporaryEffect at the index of the list provided.


Variables⚓︎

Size⚓︎

const int Size⚓︎

The amount of TemporaryEffects in the list.



Last update: April 26, 2024