Initial commit
This commit is contained in:
6
api/CanEjectPassengerFromSeat.lua
Normal file
6
api/CanEjectPassengerFromSeat.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user