PedSetVariation Method

RAGE Plugin Hook Documentation

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

Sets the variation of this Ped.

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

public void SetVariation(
	int componentIndex,
	int drawableIndex,
	int drawableTextureIndex
)

Parameters

componentIndex
Type: SystemInt32
The index of the component to set the variation for.
drawableIndex
Type: SystemInt32
The index of the drawable variation.
drawableTextureIndex
Type: SystemInt32
The index of the drawable texture variation.
See Also

Reference