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