6 lines
241 B
Lua
6 lines
241 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param seat number
|
|
---@return boolean canEject
|
|
---Returns whether the player can eject the occupant of a seat in the player's vehicle
|
|
function CanEjectPassengerFromSeat(seat) end |