8 lines
		
	
	
		
			249 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			249 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@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
 |