Search Results for

    Show / Hide Table of Contents

    Interface IPedVariation

    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public interface IPedVariation

    Properties

    | Improve this Doc View Source

    Count

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

    HasAnyVariations

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

    HasTextureVariations

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

    HasVariations

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

    Index

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

    Name

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

    TextureCount

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

    TextureIndex

    Declaration
    int TextureIndex { get; set; }
    Property Value
    Type Description
    Int32

    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
    Type Description
    Boolean
    | 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
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX