SRoomFloor
Index
Properties Index
| Property Name |
|---|
bool Enabled get set |
string Name get |
string Description get |
bool IsDefaultFloor get |
SGameObject[] Furniture get |
int Owner get |
SGameObject GameObject get |
Properties
Enabled
bool Enabled get set
Status of enable or disable room floor component
- Lua
Space.Host.ExecutingObject.Floor.Enabled = false
Name
string Name get
Name of this floor
- Lua
Space.Host.ExecutingObject.Floor.Name
Description
string Description get
Description of this floor.
- Lua
floorDescription = Space.Host.ExecutingObject.Floor.Description
IsDefaultFloor
bool IsDefaultFloor get
Is this default floor?
- Lua
isDefault = Space.Host.ExecutingObject.Floor.IsDefaultFloor
Furniture
SGameObject[] Furniture get
Get all furniture game objects
- Lua
furnitureInFloor = Space.Host.ExecutingObject.Floor.Furniture
Owner
int Owner get
Return the ID of the user account that owns this room floor, if any.
- Lua
ownerID = Space.Host.ExecutingObject.Floor.Owner
GameObject
SGameObject GameObject get
Property Description
- Lua
theGameObject = Space.Host.ExecutingObject.Floor.GameObject