Search Results for

    Show / Hide Table of Contents

    Class WeaponComponent

    Inheritance
    Object
    WeaponComponent
    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 WeaponComponent

    Properties

    | Improve this Doc View Source

    Active

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

    AttachmentPoint

    Declaration
    public WeaponAttachmentPoint AttachmentPoint { get; }
    Property Value
    Type Description
    WeaponAttachmentPoint
    | Improve this Doc View Source

    ComponentHash

    Declaration
    public WeaponComponentHash ComponentHash { get; }
    Property Value
    Type Description
    WeaponComponentHash
    | Improve this Doc View Source

    DisplayName

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

    LocalizedName

    Declaration
    public string LocalizedName { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    GetAllHashes()

    Declaration
    public static WeaponComponentHash[] GetAllHashes()
    Returns
    Type Description
    WeaponComponentHash[]

    Operators

    | Improve this Doc View Source

    Implicit(WeaponComponent to WeaponComponentHash)

    Declaration
    public static implicit operator WeaponComponentHash(WeaponComponent weaponComponent)
    Parameters
    Type Name Description
    WeaponComponent weaponComponent
    Returns
    Type Description
    WeaponComponentHash
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX