Interface IPedVariation
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public interface IPedVariation
Properties
|
Improve this Doc
View Source
Count
Declaration
Property Value
|
Improve this Doc
View Source
HasAnyVariations
Declaration
bool HasAnyVariations { get; }
Property Value
|
Improve this Doc
View Source
HasTextureVariations
Declaration
bool HasTextureVariations { get; }
Property Value
|
Improve this Doc
View Source
HasVariations
Declaration
bool HasVariations { get; }
Property Value
|
Improve this Doc
View Source
Index
Declaration
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
|
Improve this Doc
View Source
TextureCount
Declaration
int TextureCount { get; }
Property Value
|
Improve this Doc
View Source
TextureIndex
Declaration
int TextureIndex { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
IsVariationValid(Int32, Int32)
Declaration
bool IsVariationValid(int index, int textureIndex = 0)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Int32 |
textureIndex |
|
Returns
|
Improve this Doc
View Source
SetVariation(Int32, Int32)
Declaration
bool SetVariation(int index, int textureIndex = 0)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Int32 |
textureIndex |
|
Returns