ClimbExitSettings


The settings for a ClimbExit.


Fields


ClimbExitSettings.can_exit: boolean?

If false, the player will not be able to exit through this ClimbExit. Defaults to true.


ClimbExitSettings.direction: ("down"|"left"|"right"|"up")?


ClimbExitSettings.target: (string|integer|table|[number, number]| integer })?

A marker, or a reference to one. Can be its name, its ID, a reference to a Tiled object, the marker data itself, or a position table.