Condition_HasGeneratedMotionIndex
Description
Checks whether the GeneratedMotionSlotManager has a slot registered at the specified motion index.
Parameters
| Parameter | Description |
|---|
| BaseObject | Not used; the check is performed against the global GeneratedMotionSlotManager. |
| CompareType | Equal (slot at index exists), NotEqual (slot at index does not exist). |
| F1 | The integer index to query in the GeneratedMotionSlotManager. |
Examples
| Description | BaseObject | Command | CompareType | F1 |
|---|
| Check if motion slot 0 is registered | Self | HasGeneratedMotionIndex | Equal | 0 |
| Check if motion slot 1 is registered | Self | HasGeneratedMotionIndex | Equal | 1 |
| Check if motion slot 2 is absent | Self | HasGeneratedMotionIndex | NotEqual | 2 |
| Check if motion slot 3 is absent | Target | HasGeneratedMotionIndex | NotEqual | 3 |