BaseRoomUserDB: {
    allowScreenPointer?: boolean;
    currentlyEquippedWearables?: DBOutfit;
    deskInfo?: DeskInfoDB;
    inventory?: Inventory;
    name?: string;
}

Type declaration

  • Optional allowScreenPointer?: boolean
  • Optional currentlyEquippedWearables?: DBOutfit
  • Optional deskInfo?: DeskInfoDB
  • Optional inventory?: Inventory
  • Optional name?: string

Generated using TypeDoc