SHVDN
v3
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. Developed by crosire https://github.com/crosire/scripthookvdotnet/
|
Static Public Member Functions | |
static implicit | operator WeaponComponentHash (WeaponComponent weaponComponent) |
Public Attributes | |
string | DisplayName => GetComponentDisplayNameFromHash(_weapon.Hash, ComponentHash) |
string | LocalizedName => Game.GetLocalizedString(DisplayName) |
WeaponAttachmentPoint | AttachmentPoint => GetAttachmentPoint(_weapon.Hash, ComponentHash) |
Properties | |
bool? | Active [get, set] |
WeaponComponentHash | ComponentHash [get] |
|
static |
WeaponAttachmentPoint GTA.WeaponComponent.AttachmentPoint => GetAttachmentPoint(_weapon.Hash, ComponentHash) |
string GTA.WeaponComponent.DisplayName => GetComponentDisplayNameFromHash(_weapon.Hash, ComponentHash) |
string GTA.WeaponComponent.LocalizedName => Game.GetLocalizedString(DisplayName) |
|
getset |
|
get |