PedSeatIndex Property

RAGE Plugin Hook Documentation

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

Gets the index of the seat this Ped is currently on.

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

public int SeatIndex { get; }

Property Value

Type: Int32
The index of the seat.
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the Ped is not in a vehicle.
See Also

Reference