Class PedProp
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
public class PedProp : IPedVariation
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
HasAnyVariations
Declaration
public bool HasAnyVariations { get; }
Property Value
|
Improve this Doc
View Source
HasTextureVariations
Declaration
public bool HasTextureVariations { get; }
Property Value
|
Improve this Doc
View Source
HasVariations
Declaration
public bool HasVariations { get; }
Property Value
|
Improve this Doc
View Source
Index
Declaration
public int Index { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
TextureCount
Declaration
public int TextureCount { get; }
Property Value
|
Improve this Doc
View Source
TextureIndex
Declaration
public int TextureIndex { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public PedPropType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
IsVariationValid(Int32, Int32)
Declaration
public 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
public bool SetVariation(int index, int textureIndex = 0)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Int32 |
textureIndex |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements