|
Binding of Isaac - Afterbirth+ Lua Reference/Guide
|
Public Attributes | |
| integer | StageID |
| userdata | Spawns |
| integer | Type |
| integer | Difficulty |
| integer | Subtype |
| integer | Variant |
| string | Name |
| RoomShape | Shape |
| integer | SpawnCount |
| integer | Height |
| integer | InitialWeight |
| integer | Doors |
| integer | Weight |
| integer | Width |
| integer RoomDescriptorData::StageID |
| userdata RoomDescriptorData::Spawns |
Uses userdata, which is a datatype that cant be read/altered via LUA.
| integer RoomDescriptorData::Type |
| integer RoomDescriptorData::Difficulty |
| integer RoomDescriptorData::Subtype |
| integer RoomDescriptorData::Variant |
| string RoomDescriptorData::Name |
| RoomShape RoomDescriptorData::Shape |
| integer RoomDescriptorData::SpawnCount |
| integer RoomDescriptorData::Height |
| integer RoomDescriptorData::InitialWeight |
| integer RoomDescriptorData::Doors |
| integer RoomDescriptorData::Weight |
| integer RoomDescriptorData::Width |