pub struct WorldConfigRow<'a, 'b> { /* private fields */ }
Expand description

Implementations§

source§

impl<'a, 'b> WorldConfigRow<'a, 'b>

source

pub fn world_config_id(&self) -> i32

Get the data in column WorldConfigID

source

pub fn pegravityvalue(&self) -> f32

Get the data in column pegravityvalue

source

pub fn pebroadphaseworldsize(&self) -> f32

Get the data in column pebroadphaseworldsize

source

pub fn pegameobjscalefactor(&self) -> f32

Get the data in column pegameobjscalefactor

source

pub fn character_rotation_speed(&self) -> f32

Get the data in column character_rotation_speed

source

pub fn character_walk_forward_speed(&self) -> f32

Get the data in column character_walk_forward_speed

source

pub fn character_walk_backward_speed(&self) -> f32

Get the data in column character_walk_backward_speed

source

pub fn character_walk_strafe_speed(&self) -> f32

Get the data in column character_walk_strafe_speed

source

pub fn character_walk_strafe_forward_speed(&self) -> f32

Get the data in column character_walk_strafe_forward_speed

source

pub fn character_walk_strafe_backward_speed(&self) -> f32

Get the data in column character_walk_strafe_backward_speed

source

pub fn character_run_backward_speed(&self) -> f32

Get the data in column character_run_backward_speed

source

pub fn character_run_strafe_speed(&self) -> f32

Get the data in column character_run_strafe_speed

source

pub fn character_run_strafe_forward_speed(&self) -> f32

Get the data in column character_run_strafe_forward_speed

source

pub fn character_run_strafe_backward_speed(&self) -> f32

Get the data in column character_run_strafe_backward_speed

source

pub fn global_cooldown(&self) -> f32

Get the data in column global_cooldown

source

pub fn character_grounded_time(&self) -> f32

Get the data in column characterGroundedTime

source

pub fn character_grounded_speed(&self) -> f32

Get the data in column characterGroundedSpeed

source

pub fn global_immunity_time(&self) -> f32

Get the data in column globalImmunityTime

source

pub fn character_max_slope(&self) -> f32

Get the data in column character_max_slope

source

pub fn defaultrespawntime(&self) -> f32

Get the data in column defaultrespawntime

source

pub fn mission_tooltip_timeout(&self) -> f32

Get the data in column mission_tooltip_timeout

source

pub fn vendor_buy_multiplier(&self) -> f32

Get the data in column vendor_buy_multiplier

source

pub fn pet_follow_radius(&self) -> f32

Get the data in column pet_follow_radius

source

pub fn character_eye_height(&self) -> f32

Get the data in column character_eye_height

source

pub fn flight_vertical_velocity(&self) -> f32

Get the data in column flight_vertical_velocity

source

pub fn flight_airspeed(&self) -> f32

Get the data in column flight_airspeed

source

pub fn flight_fuel_ratio(&self) -> f32

Get the data in column flight_fuel_ratio

source

pub fn flight_max_airspeed(&self) -> f32

Get the data in column flight_max_airspeed

source

pub fn f_reputation_per_vote(&self) -> f32

Get the data in column fReputationPerVote

source

pub fn n_property_clone_limit(&self) -> i32

Get the data in column nPropertyCloneLimit

source

pub fn default_homespace_template(&self) -> i32

Get the data in column defaultHomespaceTemplate

source

pub fn coins_lost_on_death_percent(&self) -> f32

Get the data in column coins_lost_on_death_percent

source

pub fn coins_lost_on_death_min(&self) -> i32

Get the data in column coins_lost_on_death_min

source

pub fn coins_lost_on_death_max(&self) -> i32

Get the data in column coins_lost_on_death_max

source

pub fn character_votes_per_day(&self) -> i32

Get the data in column character_votes_per_day

source

pub fn property_moderation_request_approval_cost(&self) -> i32

Get the data in column property_moderation_request_approval_cost

source

pub fn property_moderation_request_review_cost(&self) -> i32

Get the data in column property_moderation_request_review_cost

source

pub fn property_mod_requests_allowed_spike(&self) -> i32

Get the data in column propertyModRequestsAllowedSpike

source

pub fn property_mod_requests_allowed_interval(&self) -> i32

Get the data in column propertyModRequestsAllowedInterval

source

pub fn property_mod_requests_allowed_total(&self) -> i32

Get the data in column propertyModRequestsAllowedTotal

source

pub fn property_mod_requests_spike_duration(&self) -> i32

Get the data in column propertyModRequestsSpikeDuration

source

pub fn property_mod_requests_interval_duration(&self) -> i32

Get the data in column propertyModRequestsIntervalDuration

source

pub fn model_moderate_on_create(&self) -> bool

Get the data in column modelModerateOnCreate

source

pub fn default_property_max_height(&self) -> f32

Get the data in column defaultPropertyMaxHeight

source

pub fn reputation_per_vote_cast(&self) -> f32

Get the data in column reputationPerVoteCast

source

pub fn reputation_per_vote_received(&self) -> f32

Get the data in column reputationPerVoteReceived

source

pub fn showcase_top_model_consideration_battles(&self) -> i32

Get the data in column showcaseTopModelConsiderationBattles

source

pub fn reputation_per_battle_promotion(&self) -> f32

Get the data in column reputationPerBattlePromotion

source

pub fn coins_lost_on_death_min_timeout(&self) -> f32

Get the data in column coins_lost_on_death_min_timeout

source

pub fn coins_lost_on_death_max_timeout(&self) -> f32

Get the data in column coins_lost_on_death_max_timeout

source

pub fn mail_base_fee(&self) -> i32

Get the data in column mail_base_fee

source

pub fn mail_percent_attachment_fee(&self) -> f32

Get the data in column mail_percent_attachment_fee

source

pub fn property_reputation_delay(&self) -> i32

Get the data in column propertyReputationDelay

source

pub fn level_cap(&self) -> i32

Get the data in column LevelCap

source

pub fn level_up_behavior_effect(&self) -> &'a Latin1Str

Get the data in column LevelUpBehaviorEffect

source

pub fn character_version(&self) -> i32

Get the data in column CharacterVersion

source

pub fn level_cap_currency_conversion(&self) -> i32

Get the data in column LevelCapCurrencyConversion

Trait Implementations§

source§

impl<'a, 'b> Clone for WorldConfigRow<'a, 'b>

source§

fn clone(&self) -> WorldConfigRow<'a, 'b>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, 'b> Serialize for WorldConfigRow<'a, 'b>

source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a, 'b> TypedRow<'a, 'b> for WorldConfigRow<'a, 'b>

§

type Table = WorldConfigTable<'a>

The table this row belongs to
source§

fn new(row: Row<'a>, table: &'b Self::Table) -> Self

Creates a new “typed” row from a “typed” table and a “raw” row
source§

fn get( table: &'b Self::Table, index_key: i32, key: i32, id_col: usize ) -> Option<Self>where Self: Sized,

Get a specific entry from the row by unique ID Read more
source§

impl<'a, 'b> Copy for WorldConfigRow<'a, 'b>

Auto Trait Implementations§

§

impl<'a, 'b> RefUnwindSafe for WorldConfigRow<'a, 'b>

§

impl<'a, 'b> Send for WorldConfigRow<'a, 'b>

§

impl<'a, 'b> Sync for WorldConfigRow<'a, 'b>

§

impl<'a, 'b> Unpin for WorldConfigRow<'a, 'b>where 'a: 'b,

§

impl<'a, 'b> UnwindSafe for WorldConfigRow<'a, 'b>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.