Struct paradox_typed_db::rows::ItemComponentRow
source · pub struct ItemComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ItemComponentRow<'a, 'b>
impl<'a, 'b> ItemComponentRow<'a, 'b>
sourcepub fn equip_location(&self) -> Option<&'a Latin1Str>
pub fn equip_location(&self) -> Option<&'a Latin1Str>
Get the data in column equipLocation
sourcepub fn base_value(&self) -> Option<i32>
pub fn base_value(&self) -> Option<i32>
Get the data in column baseValue
sourcepub fn is_kit_piece(&self) -> bool
pub fn is_kit_piece(&self) -> bool
Get the data in column isKitPiece
sourcepub fn in_loot_table(&self) -> bool
pub fn in_loot_table(&self) -> bool
Get the data in column inLootTable
sourcepub fn req_flag_id(&self) -> Option<i32>
pub fn req_flag_id(&self) -> Option<i32>
Get the data in column reqFlagID
sourcepub fn req_specialty_id(&self) -> Option<i32>
pub fn req_specialty_id(&self) -> Option<i32>
Get the data in column reqSpecialtyID
sourcepub fn req_spec_rank(&self) -> Option<i32>
pub fn req_spec_rank(&self) -> Option<i32>
Get the data in column reqSpecRank
sourcepub fn req_achievement_id(&self) -> Option<i32>
pub fn req_achievement_id(&self) -> Option<i32>
Get the data in column reqAchievementID
sourcepub fn stack_size(&self) -> Option<i32>
pub fn stack_size(&self) -> Option<i32>
Get the data in column stackSize
sourcepub fn offset_group_id(&self) -> Option<i32>
pub fn offset_group_id(&self) -> Option<i32>
Get the data in column offsetGroupID
sourcepub fn build_types(&self) -> Option<i32>
pub fn build_types(&self) -> Option<i32>
Get the data in column buildTypes
sourcepub fn req_precondition(&self) -> Option<&'a Latin1Str>
pub fn req_precondition(&self) -> Option<&'a Latin1Str>
Get the data in column reqPrecondition
sourcepub fn animation_flag(&self) -> Option<i32>
pub fn animation_flag(&self) -> Option<i32>
Get the data in column animationFlag
sourcepub fn equip_effects(&self) -> Option<i32>
pub fn equip_effects(&self) -> Option<i32>
Get the data in column equipEffects
sourcepub fn ready_for_qa(&self) -> bool
pub fn ready_for_qa(&self) -> bool
Get the data in column readyForQA
sourcepub fn item_rating(&self) -> Option<i32>
pub fn item_rating(&self) -> Option<i32>
Get the data in column itemRating
sourcepub fn is_two_handed(&self) -> bool
pub fn is_two_handed(&self) -> bool
Get the data in column isTwoHanded
sourcepub fn min_num_required(&self) -> Option<i32>
pub fn min_num_required(&self) -> Option<i32>
Get the data in column minNumRequired
sourcepub fn del_res_index(&self) -> Option<i32>
pub fn del_res_index(&self) -> Option<i32>
Get the data in column delResIndex
sourcepub fn currency_lot(&self) -> Option<i32>
pub fn currency_lot(&self) -> Option<i32>
Get the data in column currencyLOT
sourcepub fn alt_currency_cost(&self) -> Option<i32>
pub fn alt_currency_cost(&self) -> Option<i32>
Get the data in column altCurrencyCost
sourcepub fn audio_event_use(&self) -> Option<&'a Latin1Str>
pub fn audio_event_use(&self) -> Option<&'a Latin1Str>
Get the data in column audioEventUse
sourcepub fn no_equip_animation(&self) -> bool
pub fn no_equip_animation(&self) -> bool
Get the data in column noEquipAnimation
sourcepub fn commendation_lot(&self) -> Option<i32>
pub fn commendation_lot(&self) -> Option<i32>
Get the data in column commendationLOT
sourcepub fn commendation_cost(&self) -> Option<i32>
pub fn commendation_cost(&self) -> Option<i32>
Get the data in column commendationCost
sourcepub fn audio_equip_meta_event_set(&self) -> Option<&'a Latin1Str>
pub fn audio_equip_meta_event_set(&self) -> Option<&'a Latin1Str>
Get the data in column audioEquipMetaEventSet
sourcepub fn currency_costs(&self) -> Option<&'a Latin1Str>
pub fn currency_costs(&self) -> Option<&'a Latin1Str>
Get the data in column currencyCosts
sourcepub fn ingredient_info(&self) -> Option<&'a Latin1Str>
pub fn ingredient_info(&self) -> Option<&'a Latin1Str>
Get the data in column ingredientInfo
sourcepub fn loc_status(&self) -> Option<i32>
pub fn loc_status(&self) -> Option<i32>
Get the data in column locStatus
sourcepub fn forge_type(&self) -> Option<i32>
pub fn forge_type(&self) -> Option<i32>
Get the data in column forgeType
sourcepub fn sell_multiplier(&self) -> Option<f32>
pub fn sell_multiplier(&self) -> Option<f32>
Get the data in column SellMultiplier
Trait Implementations§
source§impl<'a, 'b> Clone for ItemComponentRow<'a, 'b>
impl<'a, 'b> Clone for ItemComponentRow<'a, 'b>
source§fn clone(&self) -> ItemComponentRow<'a, 'b>
fn clone(&self) -> ItemComponentRow<'a, 'b>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more