FivePD API
Models/LoadoutModels/JoinTables

WeaponWeaponComponent

Many-to-Many joining table for LoadoutConfig and Weapon.

This model represents the database table fivepd_weapon_weaponComponent. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.

Properties

WeaponId

Gets or sets the LoadoutConfigId.

Type: int

WeaponComponentId

Gets or sets the WeaponId.

Type: int

Weapon

Gets or sets the weapons.

Type: virtual Weapon

WeaponComponent

Gets or sets the weapons.

Type: virtual WeaponComponent