Condition_IsGrabbingTargetCharacter
Description
Checks whether the BaseObject character is currently holding the non-base (target)
character. The condition verifies that the non-base character's parent entity is
the BaseObject character.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character that may be holding another character (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self is holding the target character | Self | IsGrabbingTargetCharacter | Equal |
| Check if Self is not holding the target character | Self | IsGrabbingTargetCharacter | NotEqual |
| Check if Target is holding the other character | Target | IsGrabbingTargetCharacter | Equal |