7 lines
188 B
Lua
7 lines
188 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param seat number
|
|
---Ejects the occupant of a seat in the player's vehicle
|
|
function EjectPassengerFromSeat(seat) end
|