Class "ItemConfigList"⚓︎
Info
You can get this class by using the following function:
Example Code
local effects = Isaac.GetItemConfig():GetTrinkets()
Operators⚓︎
__len ()⚓︎
int __len ( )⚓︎
The length (#) operation. Returns the amount of items 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 items in the list.
Last update:
April 26, 2024