Skip to content

Class "CardConfigList"⚓︎

Info

You can get this class by using the following function:

Example Code

local cardConfigs = Isaac.GetItemConfig():GetCards()

Operators⚓︎

__len ()⚓︎

int __len ( )⚓︎

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


Functions⚓︎

Get ()⚓︎

userdata Get ( int idx )⚓︎

Returns userdata at the index of the list provided.

Bugs

This function does not return usable userdata, rendering it useless.


Variables⚓︎

Size⚓︎

const int Size⚓︎

The amount of cards in the list.



Last update: April 26, 2024