GroupSetPedMemberVehicleSeatIndex Method

RAGE Plugin Hook Documentation

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

Sets the index of the vehicle seat the specified member will use when the group enters a vehicle.

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

public void SetPedMemberVehicleSeatIndex(
	Ped member,
	int index
)

Parameters

member
Type: RagePed
The member.
index
Type: SystemInt32
The seat index.
See Also

Reference