Struct paradox_typed_db::rows::ZoneTableRow
source · pub struct ZoneTableRow<'a, 'b> { /* private fields */ }
Expand description
Row of the ZoneTable
table
See also: ZoneTableTable
Implementations§
source§impl<'a, 'b> ZoneTableRow<'a, 'b>
impl<'a, 'b> ZoneTableRow<'a, 'b>
sourcepub fn loc_status(&self) -> i32
pub fn loc_status(&self) -> i32
Get the data in column locStatus
sourcepub fn ghostdistance_min(&self) -> Option<f32>
pub fn ghostdistance_min(&self) -> Option<f32>
Get the data in column ghostdistance_min
sourcepub fn ghostdistance(&self) -> f32
pub fn ghostdistance(&self) -> f32
Get the data in column ghostdistance
sourcepub fn population_soft_cap(&self) -> i32
pub fn population_soft_cap(&self) -> i32
Get the data in column population_soft_cap
sourcepub fn population_hard_cap(&self) -> i32
pub fn population_hard_cap(&self) -> i32
Get the data in column population_hard_cap
sourcepub fn display_description(&self) -> Option<&'a Latin1Str>
pub fn display_description(&self) -> Option<&'a Latin1Str>
Get the data in column DisplayDescription
sourcepub fn map_folder(&self) -> Option<&'a Latin1Str>
pub fn map_folder(&self) -> Option<&'a Latin1Str>
Get the data in column mapFolder
sourcepub fn smashable_min_distance(&self) -> Option<f32>
pub fn smashable_min_distance(&self) -> Option<f32>
Get the data in column smashableMinDistance
sourcepub fn smashable_max_distance(&self) -> Option<f32>
pub fn smashable_max_distance(&self) -> Option<f32>
Get the data in column smashableMaxDistance
sourcepub fn mixer_program(&self) -> Option<&'a Latin1Str>
pub fn mixer_program(&self) -> Option<&'a Latin1Str>
Get the data in column mixerProgram
sourcepub fn client_physics_framerate(&self) -> Option<&'a Latin1Str>
pub fn client_physics_framerate(&self) -> Option<&'a Latin1Str>
Get the data in column clientPhysicsFramerate
sourcepub fn server_physics_framerate(&self) -> Option<&'a Latin1Str>
pub fn server_physics_framerate(&self) -> Option<&'a Latin1Str>
Get the data in column serverPhysicsFramerate
sourcepub fn zone_control_template(&self) -> Option<i32>
pub fn zone_control_template(&self) -> Option<i32>
Get the data in column zoneControlTemplate
sourcepub fn width_in_chunks(&self) -> Option<i32>
pub fn width_in_chunks(&self) -> Option<i32>
Get the data in column widthInChunks
sourcepub fn height_in_chunks(&self) -> Option<i32>
pub fn height_in_chunks(&self) -> Option<i32>
Get the data in column heightInChunks
sourcepub fn pets_allowed(&self) -> bool
pub fn pets_allowed(&self) -> bool
Get the data in column petsAllowed
sourcepub fn f_zone_weight(&self) -> Option<f32>
pub fn f_zone_weight(&self) -> Option<f32>
Get the data in column fZoneWeight
sourcepub fn player_lose_coins_on_death(&self) -> bool
pub fn player_lose_coins_on_death(&self) -> bool
Get the data in column PlayerLoseCoinsOnDeath
sourcepub fn disable_save_loc(&self) -> bool
pub fn disable_save_loc(&self) -> bool
Get the data in column disableSaveLoc
sourcepub fn team_radius(&self) -> Option<f32>
pub fn team_radius(&self) -> Option<f32>
Get the data in column teamRadius
sourcepub fn gate_version(&self) -> Option<&'a Latin1Str>
pub fn gate_version(&self) -> Option<&'a Latin1Str>
Get the data in column gate_version
sourcepub fn mounts_allowed(&self) -> bool
pub fn mounts_allowed(&self) -> bool
Get the data in column mountsAllowed
Trait Implementations§
source§impl<'a, 'b> Clone for ZoneTableRow<'a, 'b>
impl<'a, 'b> Clone for ZoneTableRow<'a, 'b>
source§fn clone(&self) -> ZoneTableRow<'a, 'b>
fn clone(&self) -> ZoneTableRow<'a, 'b>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more