Condition_Ship_MatchesSeat
Description
Checks whether the selected ship seat object matches the specified seat type (S1).
Parameters
| Parameter | Description |
|---|
| BaseObject | Selected seat game object on the ship (Target). |
| CompareType | Comparison operation type (Equal or NotEqual). |
| S1 | Seat type to compare (Driver, Passenger0 ~ Passenger5). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Checks whether the selected seat object corresponds to the driver seat. | Target | Ship_MatchesSeat | Equal | Driver |
| Checks whether the selected seat object corresponds to passenger seat 0. | Target | Ship_MatchesSeat | Equal | Passenger0 |