Struct paradox_typed_db::rows::ProximityTypesRow
source · pub struct ProximityTypesRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ProximityTypesRow<'a, 'b>
impl<'a, 'b> ProximityTypesRow<'a, 'b>
sourcepub fn collision_group(&self) -> i32
pub fn collision_group(&self) -> i32
Get the data in column CollisionGroup
sourcepub fn passive_checks(&self) -> bool
pub fn passive_checks(&self) -> bool
Get the data in column PassiveChecks
sourcepub fn load_on_client(&self) -> bool
pub fn load_on_client(&self) -> bool
Get the data in column LoadOnClient
sourcepub fn load_on_server(&self) -> bool
pub fn load_on_server(&self) -> bool
Get the data in column LoadOnServer
Trait Implementations§
source§impl<'a, 'b> Clone for ProximityTypesRow<'a, 'b>
impl<'a, 'b> Clone for ProximityTypesRow<'a, 'b>
source§fn clone(&self) -> ProximityTypesRow<'a, 'b>
fn clone(&self) -> ProximityTypesRow<'a, 'b>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more