[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
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: NullableInt32If a seat is found, returns the seat index; Otherwise, returns null.
See Also