Class "EntityList"⚓︎
Info
You can get this class by using the following function:
- EntityNPC.QueryNPCsGroup()
- EntityNPC.QueryNPCsSpawnerType()
- EntityNPC.QueryNPCsType()
- Isaac.GetRoomEntities()
- Room.GetEntities()
Example Code
local entities = Isaac.GetRoomEntities()
Operators⚓︎
__len ()⚓︎
int __len ( )⚓︎
The length (#) operation. Returns the amount of entities in the list.
Functions⚓︎
Get ()⚓︎
Entity Get ( int idx )⚓︎
Returns an Entity at the index of the list provided.
Variables⚓︎
Size⚓︎
const int Size⚓︎
The amount of entities in the list.
Last update:
April 26, 2024