Class "RoomConfigSet"⚓︎
Info
You can get this class by using the following function:
Example Code
local roomConfigSet = RoomConfig.GetStage(StbType.BASEMENT):GetRoomSet(0)
Operators⚓︎
__len ()⚓︎
int __len ( )⚓︎
The length (#) operation. Returns the amount of entities in the list.
Functions⚓︎
Get ()⚓︎
RoomConfigRoom Get ( int idx )⚓︎
Returns a RoomConfigRoom at the index of the list provided.
Variables⚓︎
Size⚓︎
const int Size⚓︎
The amount of entities in the list.