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
Space.Host.ExecutingObject.Floor.Enabled = false
Name
string Name get
Name of this floor
Space.Host.ExecutingObject.Floor.Name
Description
string Description get
Description of this floor.
floorDescription = Space.Host.ExecutingObject.Floor.Description
IsDefaultFloor
bool IsDefaultFloor get
Is this default floor?
isDefault = Space.Host.ExecutingObject.Floor.IsDefaultFloor
Furniture
SGameObject[] Furniture get
Get all furniture game objects
furnitureInFloor = Space.Host.ExecutingObject.Floor.Furniture
Owner
int Owner get
Return the ID of the user account that owns this room floor, if any.
ownerID = Space.Host.ExecutingObject.Floor.Owner
GameObject
SGameObject GameObject get
Property Description
theGameObject = Space.Host.ExecutingObject.Floor.GameObject