# ParameterCheck

Check Parameter

![ParameterCheck](./images/ParameterCheck.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Abort Flags
</td>
<td>
Abort Flags.<dl class="docutils"><dt>Self</dt><dd>
            Abort self, and any sub-trees running under this node.
            </dd><dt>Lower Priority</dt><dd>
            Abort any nodes with lower priority than this node.
            </dd></dl>
</td>
</tr>
<tr>
<td>
Conditions
</td>
<td>
Set the judgment condition.
            <ul><li>+ Button<br />Add condition.</li><li>Reference<br />Parameter reference</li><li>Type<br /><table class="docutils"><tr><td>Equals</td><td>Equal to value</td></tr><tr><td>NotEquals</td><td>Not equal to value</td></tr><tr><td>Greater</td><td>Greater than value</td></tr><tr><td>GreaterOrEquals</td><td>Greater than or equal to the value</td></tr><tr><td>Less</td><td>Less than the value</td></tr><tr><td>LessOrEquals</td><td>Less than or equal to the value</td></tr></table></li><li>Value<br />Value to be compared</li></ul>
</td>
</tr>
 </tbody>
</table>

