VehicleIsSeatFree Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Determines whether the seat at the specified index is free.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public bool IsSeatFree(
	int seatIndex
)

Parameters

seatIndex
Type: SystemInt32
The index to check.

Return Value

Type: Boolean
Returns true if the seat at the specified index is free; otherwise, returns false.
See Also

Reference