Search Results for

    Show / Hide Table of Contents

    Class Style

    Inheritance
    Object
    Style
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public sealed class Style

    Properties

    | Improve this Doc View Source

    Item[PedComponentType]

    Declaration
    public PedComponent this[PedComponentType componentId] { get; }
    Parameters
    Type Name Description
    PedComponentType componentId
    Property Value
    Type Description
    PedComponent
    | Improve this Doc View Source

    Item[PedPropType]

    Declaration
    public PedProp this[PedPropType propId] { get; }
    Parameters
    Type Name Description
    PedPropType propId
    Property Value
    Type Description
    PedProp

    Methods

    | Improve this Doc View Source

    ClearProps()

    Declaration
    public void ClearProps()
    | Improve this Doc View Source

    GetAllComponents()

    Declaration
    public PedComponent[] GetAllComponents()
    Returns
    Type Description
    PedComponent[]
    | Improve this Doc View Source

    GetAllProps()

    Declaration
    public PedProp[] GetAllProps()
    Returns
    Type Description
    PedProp[]
    | Improve this Doc View Source

    GetAllVariations()

    Declaration
    public IPedVariation[] GetAllVariations()
    Returns
    Type Description
    IPedVariation[]
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<IPedVariation> GetEnumerator()
    Returns
    Type Description
    IEnumerator<IPedVariation>
    | Improve this Doc View Source

    RandomizeOutfit()

    Declaration
    public void RandomizeOutfit()
    | Improve this Doc View Source

    RandomizeProps()

    Declaration
    public void RandomizeProps()
    | Improve this Doc View Source

    SetDefaultClothes()

    Declaration
    public void SetDefaultClothes()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX