VehicleGetFreeSeatIndex Method (Int32, Int32)

RAGE Plugin Hook Documentation

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

Gets the first free index seat of this vehicle between the specified indices, both inclusive.

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

public Nullable<int> GetFreeSeatIndex(
	int minimumSeatIndex,
	int maximumSeatIndex
)

Parameters

minimumSeatIndex
Type: SystemInt32

[Missing <param name="minimumSeatIndex"/> documentation for "M:Rage.Vehicle.GetFreeSeatIndex(System.Int32,System.Int32)"]

maximumSeatIndex
Type: SystemInt32

[Missing <param name="maximumSeatIndex"/> documentation for "M:Rage.Vehicle.GetFreeSeatIndex(System.Int32,System.Int32)"]

Return Value

Type: NullableInt32
If a seat is found, returns the seat index; Otherwise, returns null.
See Also

Reference