Search Results for

    Show / Hide Table of Contents

    Class PedProp

    Inheritance
    Object
    PedProp
    Implements
    IPedVariation
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public class PedProp : IPedVariation

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    HasAnyVariations

    Declaration
    public bool HasAnyVariations { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    HasTextureVariations

    Declaration
    public bool HasTextureVariations { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    HasVariations

    Declaration
    public bool HasVariations { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    TextureCount

    Declaration
    public int TextureCount { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    TextureIndex

    Declaration
    public int TextureIndex { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Type

    Declaration
    public PedPropType Type { get; }
    Property Value
    Type Description
    PedPropType

    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
    Type Description
    Boolean
    | 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
    Type Description
    Boolean
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    IPedVariation
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX