An an item in LoadOutInventory
new (require("LoadOutItem"))(weapon [, locale])
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
weapon |
Object | The loadout item from LoadoutInventory | ||
locale |
string |
<optional> |
'en' | The locale to return item in |
- Source:
Members
-
configs :Array.<ItemConfig>
-
Configuration for this weapon. Such as colors and skins applied by the player
Type:
- Array.<ItemConfig>
- Source:
-
customizationSlotPurchases :number
-
Type:
- number
- Source:
-
features :number
-
Type:
- number
- Source:
-
focuseLens :String
-
Focus lens applied
Type:
- String
- Source:
-
item :module:"warframe-items".Item
-
Complete item from Warframe-items
Type:
- module:"warframe-items".Item
- Source:
-
itemId :String
-
Item ID
Type:
- String
- Source:
-
name :String
-
Item in-game name
Type:
- String
- Source:
-
nemesis :String
-
Item lich name
Type:
- String
- Source:
-
polarity :Array.<Polarity>|undefined
-
Which polarity types exist on the weapon
Type:
- Array.<Polarity> | undefined
- Source:
-
polarized :number
-
How many mod slots are currently polarized.
Type:
- number
- Source:
-
uniqueName :String
-
Item unique name
Type:
- String
- Source:
-
upgradeFingerprint
-
Information on the upgradeType that was applied TODO need model for for fingerprint
- Source:
-
upgradeVer :number
-
Type:
- number
- Source:
-
xp :number
-
XP earned with this weapon
Type:
- number
- Source: