All pages
Powered by GitBook
1 of 1

Loading...

SRoomFloor

Index

Properties Index

Property Name

Properties

Enabled

bool Enabled get set

Status of enable or disable room floor component

Name

string Name get

Name of this floor

Description

string Description get

Description of this floor.

IsDefaultFloor

bool IsDefaultFloor get

Is this default floor?

Furniture

[] Furniture get

Get all furniture game objects

Owner

int Owner get

Return the ID of the user account that owns this room floor, if any.

GameObject

GameObject get

Property Description

bool Enabled get set

string Name get

string Description get

bool IsDefaultFloor get

SGameObject[] Furniture get

int Owner get

SGameObject GameObject get

SGameObject
SGameObject
Space.Host.ExecutingObject.Floor.Enabled = false
Space.Host.ExecutingObject.Floor.Name
floorDescription = Space.Host.ExecutingObject.Floor.Description
isDefault = Space.Host.ExecutingObject.Floor.IsDefaultFloor
furnitureInFloor = Space.Host.ExecutingObject.Floor.Furniture
ownerID = Space.Host.ExecutingObject.Floor.Owner
theGameObject = Space.Host.ExecutingObject.Floor.GameObject