FivePD API
Models/LoadoutModels

LoadoutConfig

Used to get/set weapon config.

This model represents the database table fivepd_loadout_configs. 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

LoadoutWeapons

Gets or sets the LoadoutWeapon.

Type: IList<LoadoutWeapon>