Skip to main content

B1LadderObjectSaveData

  • Structure that stores save data for a ladder object.
    * Contains physical placement, floor linkage, and neighbor ladder entity references.
PropertyTypeDescriptionMetadata
LadderHeightfloatHeight of the ladder in world units.Category: B1LadderObjectSaveData
LinkedFloorLevelsTArrayList of floor levels this ladder is linked to.Category: B1LadderObjectSaveData
bIsLinkedUpLadderboolWhether this ladder is linked to an upper ladder.Category: B1LadderObjectSaveData
bIsLinkedDownLadderboolWhether this ladder is linked to a lower ladder.Category: B1LadderObjectSaveData
SnapFloorLevelint32Floor level index at which this ladder snaps.Category: B1LadderObjectSaveData
SnapPlatformWallint64Wall ID of the platform wall this ladder snaps to.Category: B1LadderObjectSaveData
AttachedFloorint32Floor level this ladder is attached to.Category: B1LadderObjectSaveData
AttachedWallint64Wall ID this ladder is attached to.Category: B1LadderObjectSaveData
AttachTypeint32Attachment type (0 = default, see EB1LadderAttach).Category: B1LadderObjectSaveData
DownLadderEntityIdFB1EntityIdEntity ID of the ladder connected below this one.Category: B1LadderObjectSaveData
UpLadderEntityIdFB1EntityIdEntity ID of the ladder connected above this one.Category: B1LadderObjectSaveData