Skip to main content

B2SiteEntireSaveData

  • The complete save data for an entire site entity, including its built area, objects, pathfinding, and inventory.
PropertyTypeDescriptionMetadata
EntityIdFB1EntityIdThe entity ID of this site.
SiteIdFNameThe data table ID of this site.
BuiltDataFB1SiteAreaBuiltSaveDataThe built area structure data (walls, floors, etc.) for this site.
PathFindingDataFB1SiteAreaPathFindingSaveDataThe pathfinding grid data for this site.
ObjectListTArrayThe list of game objects placed in this site.
SaveVersionEB1SaveVersionThe save file version associated with this site data.
CompatibilitySaveVersionEB1SaveVersionThe compatibility save version, updated only when site size changes.
UserEditedTimeFDateTimeThe last time a user edited this site.
ObjectInventoryOwnerListTArrayThe list of entity IDs that own object inventories within this site.
SiteInventoryObjectSpawnInfosTMapThe map from entity ID to spawn info for site inventory objects.