pub enum ItemComponentColumn {
Show 42 variants
Id,
EquipLocation,
BaseValue,
IsKitPiece,
Rarity,
ItemType,
ItemInfo,
InLootTable,
InVendor,
IsUnique,
IsBop,
IsBoe,
ReqFlagId,
ReqSpecialtyId,
ReqSpecRank,
ReqAchievementId,
StackSize,
Color1,
Decal,
OffsetGroupId,
BuildTypes,
ReqPrecondition,
AnimationFlag,
EquipEffects,
ReadyForQa,
ItemRating,
IsTwoHanded,
MinNumRequired,
DelResIndex,
CurrencyLot,
AltCurrencyCost,
SubItems,
AudioEventUse,
NoEquipAnimation,
CommendationLot,
CommendationCost,
AudioEquipMetaEventSet,
CurrencyCosts,
IngredientInfo,
LocStatus,
ForgeType,
SellMultiplier,
}
Expand description
Columns in table ItemComponent
See also: [`ItemComponent.html>
Variants§
Id
Index of column id
EquipLocation
Index of column equipLocation
BaseValue
Index of column baseValue
IsKitPiece
Index of column isKitPiece
Rarity
Index of column rarity
ItemType
Index of column itemType
ItemInfo
Index of column itemInfo
InLootTable
Index of column inLootTable
InVendor
Index of column inVendor
IsUnique
Index of column isUnique
IsBop
Index of column isBOP
IsBoe
Index of column isBOE
ReqFlagId
Index of column reqFlagID
ReqSpecialtyId
Index of column reqSpecialtyID
ReqSpecRank
Index of column reqSpecRank
ReqAchievementId
Index of column reqAchievementID
StackSize
Index of column stackSize
Color1
Index of column color1
Decal
Index of column decal
OffsetGroupId
Index of column offsetGroupID
BuildTypes
Index of column buildTypes
ReqPrecondition
Index of column reqPrecondition
AnimationFlag
Index of column animationFlag
EquipEffects
Index of column equipEffects
ReadyForQa
Index of column readyForQA
ItemRating
Index of column itemRating
IsTwoHanded
Index of column isTwoHanded
MinNumRequired
Index of column minNumRequired
DelResIndex
Index of column delResIndex
CurrencyLot
Index of column currencyLOT
AltCurrencyCost
Index of column altCurrencyCost
SubItems
Index of column subItems
AudioEventUse
Index of column audioEventUse
NoEquipAnimation
Index of column noEquipAnimation
CommendationLot
Index of column commendationLOT
CommendationCost
Index of column commendationCost
AudioEquipMetaEventSet
Index of column audioEquipMetaEventSet
CurrencyCosts
Index of column currencyCosts
IngredientInfo
Index of column ingredientInfo
LocStatus
Index of column locStatus
ForgeType
Index of column forgeType
SellMultiplier
Index of column SellMultiplier
Trait Implementations§
source§impl Clone for ItemComponentColumn
impl Clone for ItemComponentColumn
source§fn clone(&self) -> ItemComponentColumn
fn clone(&self) -> ItemComponentColumn
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ItemComponentColumn
impl Debug for ItemComponentColumn
source§impl Hash for ItemComponentColumn
impl Hash for ItemComponentColumn
source§impl Ord for ItemComponentColumn
impl Ord for ItemComponentColumn
source§fn cmp(&self, other: &ItemComponentColumn) -> Ordering
fn cmp(&self, other: &ItemComponentColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
source§impl PartialEq<ItemComponentColumn> for ItemComponentColumn
impl PartialEq<ItemComponentColumn> for ItemComponentColumn
source§fn eq(&self, other: &ItemComponentColumn) -> bool
fn eq(&self, other: &ItemComponentColumn) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<ItemComponentColumn> for ItemComponentColumn
impl PartialOrd<ItemComponentColumn> for ItemComponentColumn
source§fn partial_cmp(&self, other: &ItemComponentColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &ItemComponentColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read more