Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 11, 2024
1 parent 06b6445 commit b7d9aab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/JSON_DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Value | Type | Description
`checker`<br/><sup class="internal">*Only used by editor*</sup> | Enum | Checker mode<br/> Possible values: `None`, `Horizontal`, `Vertical`
`flipX`<br/><sup class="internal">*Only used by editor*</sup> | Bool | If TRUE, allow rule to be matched by flipping its pattern horizontally
`flipY`<br/><sup class="internal">*Only used by editor*</sup> | Bool | If TRUE, allow rule to be matched by flipping its pattern vertically
`invalidated`<br/><sup class="internal">*Only used by editor*</sup><br/> ![Generic badge](https://img.shields.io/badge/Added_1.5.2-green.svg) | Bool | If TRUE, then the rule should be re-evaluated by the editor at one point
`outOfBoundsValue`<br/><sup class="internal">*Only used by editor*</sup><br/> ![Generic badge](https://img.shields.io/badge/Added_0.9.0-gray.svg) | Int&nbsp;*(can&nbsp;be&nbsp;`null`)* | Default IntGrid value when checking cells outside of level bounds
`pattern`<br/><sup class="internal">*Only used by editor*</sup> | Array&nbsp;of&nbsp;Int | Rule pattern (size x size)
`perlinActive`<br/><sup class="internal">*Only used by editor*</sup> | Bool | If TRUE, enable Perlin filtering to only apply rule on specific random area
Expand Down
7 changes: 7 additions & 0 deletions docs/JSON_SCHEMA.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@
"checker",
"flipX",
"flipY",
"invalidated",
"pattern",
"perlinActive",
"perlinOctaves",
Expand Down Expand Up @@ -879,6 +880,12 @@
"integer"
]
},
"invalidated": {
"description": "If TRUE, then the rule should be re-evaluated by the editor at one point",
"type": [
"boolean"
]
},
"xModulo": {
"description": "X cell coord modulo",
"type": [
Expand Down

0 comments on commit b7d9aab

Please sign in to comment.