Condition_IsObject
Description
Checks if the BaseObject's ObjectId matches the specified ObjectId (S1).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The game object whose ObjectId will be checked |
| CompareType | Comparison operator: Equal, NotEqual |
| S1 | The ObjectId to compare against |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if target object is KitchenRange01 | Target | IsObject | Equal | KitchenRange01 |
| Check if self object is not Plate_Ceramic_01 | Self | IsObject | NotEqual | Plate_Ceramic_01 |
Back to Command FinderSearch and filter all 491 Script Condition documents