FallingClimbAreaSettings


The settings for a FallingClimbArea.


Fields


FallingClimbAreaSettings.breaks_on_leave: boolean?

If true, leaving this area will cause it to fall. Defaults to true.


FallingClimbAreaSettings.dont_break: ("down"|"left"|"right"|"up")?

If this is set, the area will not break in the specified direction.


FallingClimbAreaSettings.fall_time: number?

If "timed" is true, this is the amount of time it takes for this area to fall, in frames. Defaults to 60 frames (2 seconds).


FallingClimbAreaSettings.no_unsafe_area: boolean?

If true, a ClimbUnsafe area will NOT automatically be placed on top of this area. Defaults to false.


FallingClimbAreaSettings.timed: boolean?

If this is true, this area will fall after a set amount of time, starting once the player is on it. Defaults to false.