-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
635 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...GDY/Actions/items/Behaviours/behaviourDefinitionConditionalCommand/gt/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...DY/Actions/items/Behaviours/behaviourDefinitionConditionalCommand/gte/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. _#/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionConditionalCommand/properties/gte: | ||
|
||
.. #/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionConditionalCommand/properties/gte | ||
Greater Than Or Equal | ||
===================== | ||
|
||
:Description: The specified commands will only be run if the value of the first argument is greater than or equal to the second. | ||
|
||
.. list-table:: | ||
|
||
* - **Data Type** | ||
- **YAML Key** | ||
* - object | ||
- ``gte`` | ||
|
||
|
||
:Properties: | ||
|
||
.. list-table:: | ||
|
||
* - **Property** | ||
- **Required** | ||
* - :ref:`Arguments <#/properties/Actions/items/properties/Behaviours/definitions/commandArgument>` | ||
- | ||
* - :ref:`Commands <#/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionConditionalCommandList>` | ||
- | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
/reference/GDY/Actions/items/Behaviours/commandArgument/index | ||
/reference/GDY/Actions/items/Behaviours/behaviourDefinitionConditionalCommandList/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...GDY/Actions/items/Behaviours/behaviourDefinitionConditionalCommand/lt/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...DY/Actions/items/Behaviours/behaviourDefinitionConditionalCommand/lte/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. _#/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionConditionalCommand/properties/lte: | ||
|
||
.. #/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionConditionalCommand/properties/lte | ||
Less Than Or Equal | ||
================== | ||
|
||
:Description: The specified commands will only be run if the value of the first argument is less than or equal to the second. | ||
|
||
.. list-table:: | ||
|
||
* - **Data Type** | ||
- **YAML Key** | ||
* - object | ||
- ``lte`` | ||
|
||
|
||
:Properties: | ||
|
||
.. list-table:: | ||
|
||
* - **Property** | ||
- **Required** | ||
* - :ref:`Arguments <#/properties/Actions/items/properties/Behaviours/definitions/commandArgumentList>` | ||
- | ||
* - :ref:`Commands <#/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionConditionalCommandList>` | ||
- | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
/reference/GDY/Actions/items/Behaviours/commandArgumentList/index | ||
/reference/GDY/Actions/items/Behaviours/behaviourDefinitionConditionalCommandList/index |
36 changes: 36 additions & 0 deletions
36
...Y/Actions/items/Behaviours/behaviourDefinitionPreconditionCommand/gte/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _#/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionPreconditionCommand/properties/gte: | ||
|
||
.. #/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionPreconditionCommand/properties/gte | ||
Greater Than Or Equal | ||
===================== | ||
|
||
:Description: Check if the first argument is greater than or equal to the second | ||
|
||
.. list-table:: | ||
|
||
* - **Data Type** | ||
- **YAML Key** | ||
- **Max Items** | ||
- **Min Items** | ||
* - array | ||
- ``gte`` | ||
- 2 | ||
- 2 | ||
|
||
|
||
:Array Type: | ||
|
||
.. list-table:: | ||
|
||
* - **Type** | ||
- **Description** | ||
* - :ref:`Command Argument<#/properties/Actions/items/properties/Behaviours/definitions/commandArgument>` | ||
- An argument to a behaviour command. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
:hidden: | ||
|
||
/reference/GDY/Actions/items/Behaviours/commandArgument/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
...Y/Actions/items/Behaviours/behaviourDefinitionPreconditionCommand/lte/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _#/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionPreconditionCommand/properties/lte: | ||
|
||
.. #/properties/Actions/items/properties/Behaviours/definitions/behaviourDefinitionPreconditionCommand/properties/lte | ||
Less Than Or Equal | ||
================== | ||
|
||
:Description: Check if the first argument is less than or equal to the second | ||
|
||
.. list-table:: | ||
|
||
* - **Data Type** | ||
- **YAML Key** | ||
- **Max Items** | ||
- **Min Items** | ||
* - array | ||
- ``lte`` | ||
- 2 | ||
- 2 | ||
|
||
|
||
:Array Type: | ||
|
||
.. list-table:: | ||
|
||
* - **Type** | ||
- **Description** | ||
* - :ref:`Command Argument<#/properties/Actions/items/properties/Behaviours/definitions/commandArgument>` | ||
- An argument to a behaviour command. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
:hidden: | ||
|
||
/reference/GDY/Actions/items/Behaviours/commandArgument/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
docs/reference/GDY/Environment/Termination/terminationConditionV1/eq/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _#/properties/Environment/properties/Termination/definitions/terminationConditionV1/properties/eq: | ||
|
||
.. #/properties/Environment/properties/Termination/definitions/terminationConditionV1/properties/eq | ||
Equals | ||
====== | ||
|
||
:Description: Check if the arguments are equal | ||
|
||
.. list-table:: | ||
|
||
* - **Data Type** | ||
- **YAML Key** | ||
- **Max Items** | ||
- **Min Items** | ||
* - array | ||
- ``eq`` | ||
- 2 | ||
- 2 | ||
|
||
|
||
:Array Type: | ||
|
||
.. list-table:: | ||
|
||
* - **Type** | ||
- **Description** | ||
* - :ref:`Termination Arguments<#/properties/Environment/properties/Termination/definitions/terminationConditionV1/definitions/terminationArgument>` | ||
- An argument to the termination condition. If there are multiple players, then these arguments expand internally as "per player" | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 5 | ||
:hidden: | ||
|
||
/reference/GDY/Environment/Termination/terminationConditionV1/terminationArgument/index |
Oops, something went wrong.