Models/LoadoutModels
Weapon
Used to get/set weapon config.
This model represents the database table fivepd_weapons. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
Id
Gets or sets the identifier.
Type: int
Name
Gets or sets the name.
Type: string
Model
Gets or sets the model.
Type: string
WeaponWeaponComponents
Gets or sets the Components.
Type: IList<WeaponWeaponComponent>
LoadoutWeapons
Gets or sets the LoadoutWeapon.
Type: IList<LoadoutWeapon>