Skip to main content

B1HouseholdBizAccommodationInfo

  • Defines a single runtime accommodation target exposed by a household business.
PropertyTypeDescriptionMetadata
RoomKeyFB1AccommodationRoomKeyIdentifies the accommodation site and room purpose managed by this info.
NameFB1DisplayNameDataRuntime display name. User configs may use CustomName.
DescFB1DisplayNameDataRuntime display description.
Capacityint32Maximum number of guests.
PricePerNightint64Base price per night before business-level or price-policy modifiers.
GuestEntityIdsTArrayGuests included in this booking.
DesireUnfrozenGuestIdsTArrayGuests whose desire-decay block was taken off at check-in, so the stay does not freeze their needs.
Check-out restores the block to exactly these guests — one that never had it must not gain one.
StartTicksint64Inclusive start tick for this stay. -1 means the start time has not been assigned yet.
EndTicksint64Exclusive end tick for this stay. -1 means the end time has not been assigned yet.
bIsSystemPlacedGuestsboolTrue if guests were physically placed by the accommodation crowd system, as opposed to an
external caller (CLI/cheat) assuming the guest already exists elsewhere. Checked on checkout
to decide whether guest characters need releasing.