Class WeaponComponent
Inheritance
WeaponComponent
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
|
Improve this Doc
View Source
AttachmentPoint
Declaration
public WeaponAttachmentPoint AttachmentPoint { get; }
Property Value
|
Improve this Doc
View Source
ComponentHash
Declaration
public WeaponComponentHash ComponentHash { get; }
Property Value
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; }
Property Value
|
Improve this Doc
View Source
LocalizedName
Declaration
public string LocalizedName { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetAllHashes()
Declaration
public static WeaponComponentHash[] GetAllHashes()
Returns
Operators
|
Improve this Doc
View Source
Implicit(WeaponComponent to WeaponComponentHash)
Declaration
public static implicit operator WeaponComponentHash(WeaponComponent weaponComponent)
Parameters
Returns