From 1809915bce31c4e056b828f9ffe2b4c40ee488be Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:30:27 +0100 Subject: Add TileSet helper functions to set/get navigation layer values Adds helper functions to TileSet to set / get navigation layers bitmask values. --- doc/classes/TileSet.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index a812b52307..a39a43be4c 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -143,6 +143,14 @@ Returns the custom data layers count. + + + + + + Returns whether or not the specified navigation layer of the TileSet navigation data layer identified by the given [param layer_index] is enabled, given a navigation_layers [param layer_number] between 1 and 32. + + @@ -500,6 +508,15 @@ Sets the type of the custom data layer identified by the given index. + + + + + + + Based on [param value], enables or disables the specified navigation layer of the TileSet navigation data layer identified by the given [param layer_index], given a navigation_layers [param layer_number] between 1 and 32. + + -- cgit v1.2.3