Description
Checks if the BaseObject's current channel matches the specified channel ID.
Parameters
| Parameter | Description |
|---|
| BaseObject | Target GameObject to check the channel |
| CompareType | Type of comparison operation (Equal / NotEqual) |
| S1 | Channel ID to compare against |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if Target is in the "Holiday" channel | Target | Channel | Equal | Holiday |
| Check if Target is not in "Normal" channel | Target | Channel | NotEqual | Normal |
| Check if Self is in the "Christmas" channel | Self | Channel | Equal | Christmas |