SmartlyDressedGames / Unturned-Docs

Documentation for Unturned's modding features.
135 stars 49 forks source link

Magazine asset page doesn't mention 'Amount' key. #302

Closed Jdance-Media closed 6 months ago

Jdance-Media commented 6 months ago

What the title says, someone on the Discord was looking for it but could not find it.

Jdance-Media commented 6 months ago

Nevermind, it seems it was included with ItemAsset.

MoltonMontro commented 6 months ago

Nevermind, it seems it was included with ItemAsset.

Yeah – amount is part of the ItemAsset class. It's utilized by both magazine assets and supply assets (e.g., ammo boxes) for the # of rounds.

Most of the time if someone can't find a property and the page they're looking at seemingly has everything else, it's probably in a parent class. ItemAsset, ItemWeaponAsset, ItemBagAsset, ItemPlaceableAsset, etc.