Returns whether the player can eject the occupant of a seat in the player's vehicle
See also Vehicle functions.
Signature:
canEject
=
CanEjectPassengerFromSeat(seat)
Arguments:
seat
- Index of a seat in the player's vehicle (number
)
Returns:
canEject
- True if the player can eject the seat's occupant; false if the player cannot eject the occupant or if the seat is empty (boolean
)