Skip to main content

Condition_HasGeneratedMotionIndex

Description

Checks whether the GeneratedMotionSlotManager has a slot registered at the specified motion index.

Parameters

ParameterDescription
BaseObjectNot used; the check is performed against the global GeneratedMotionSlotManager.
CompareTypeEqual (slot at index exists), NotEqual (slot at index does not exist).
F1The integer index to query in the GeneratedMotionSlotManager.

Examples

DescriptionBaseObjectCommandCompareTypeF1
Check if motion slot 0 is registeredSelfHasGeneratedMotionIndexEqual0
Check if motion slot 1 is registeredSelfHasGeneratedMotionIndexEqual1
Check if motion slot 2 is absentSelfHasGeneratedMotionIndexNotEqual2
Check if motion slot 3 is absentTargetHasGeneratedMotionIndexNotEqual3