Skip to content

Commit

Permalink
docs: Link to transformation flag values in scripting doc (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogboydog authored Jan 11, 2025
1 parent 1b992af commit dc71c70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/scripting-doc/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3919,7 +3919,11 @@ declare class Tileset extends Asset {
* Flags describing transformations of tiles in this tileset that will be
* allowed when using the [terrains feature](https://doc.mapeditor.org/en/stable/manual/terrain/#tile-transformations)
* with this tileset.
*
*
* The flags are either some combination of {@link Tileset.AllowFlipHorizontally},
* {@link Tileset.AllowFlipVertically}, {@link Tileset.AllowRotate}, and {@link Tileset.PreferUntransformed},
* or equal to {@link Tileset.NoTransformation}.
*
* @since 1.11.1
*/
transformationFlags: number;
Expand Down

0 comments on commit dc71c70

Please sign in to comment.