PedGetDrawableVariationCount Method

RAGE Plugin Hook Documentation

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

Gets the number of drawable variations for the specified component of this Ped.

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

public int GetDrawableVariationCount(
	int componentIndex
)

Parameters

componentIndex
Type: SystemInt32
The index of the component to get the number of drawable variations from.

Return Value

Type: Int32
The number of drawable variations for the specified component for this Ped
See Also

Reference