PedGetVariation Method

RAGE Plugin Hook Documentation

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

Gets the variation of this Ped.

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

public void GetVariation(
	int componentIndex,
	out int drawableIndex,
	out int drawableTextureIndex
)

Parameters

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

Reference