pub struct RocketLaunchpadControlComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> RocketLaunchpadControlComponentRow<'a, 'b>
impl<'a, 'b> RocketLaunchpadControlComponentRow<'a, 'b>
sourcepub fn target_zone(&self) -> i32
pub fn target_zone(&self) -> i32
Get the data in column targetZone
sourcepub fn default_zone_id(&self) -> i32
pub fn default_zone_id(&self) -> i32
Get the data in column defaultZoneID
sourcepub fn target_scene(&self) -> Option<&'a Latin1Str>
pub fn target_scene(&self) -> Option<&'a Latin1Str>
Get the data in column targetScene
sourcepub fn player_animation(&self) -> &'a Latin1Str
pub fn player_animation(&self) -> &'a Latin1Str
Get the data in column playerAnimation
sourcepub fn rocket_animation(&self) -> &'a Latin1Str
pub fn rocket_animation(&self) -> &'a Latin1Str
Get the data in column rocketAnimation
sourcepub fn launch_music(&self) -> Option<&'a Latin1Str>
pub fn launch_music(&self) -> Option<&'a Latin1Str>
Get the data in column launchMusic
sourcepub fn use_launch_precondition(&self) -> bool
pub fn use_launch_precondition(&self) -> bool
Get the data in column useLaunchPrecondition
sourcepub fn use_alt_landing_precondition(&self) -> bool
pub fn use_alt_landing_precondition(&self) -> bool
Get the data in column useAltLandingPrecondition
sourcepub fn launch_precondition(&self) -> Option<&'a Latin1Str>
pub fn launch_precondition(&self) -> Option<&'a Latin1Str>
Get the data in column launchPrecondition
sourcepub fn alt_landing_precondition(&self) -> Option<&'a Latin1Str>
pub fn alt_landing_precondition(&self) -> Option<&'a Latin1Str>
Get the data in column altLandingPrecondition
sourcepub fn alt_landing_spawn_point_name(&self) -> Option<&'a Latin1Str>
pub fn alt_landing_spawn_point_name(&self) -> Option<&'a Latin1Str>
Get the data in column altLandingSpawnPointName
Trait Implementations§
source§impl<'a, 'b> Clone for RocketLaunchpadControlComponentRow<'a, 'b>
impl<'a, 'b> Clone for RocketLaunchpadControlComponentRow<'a, 'b>
source§fn clone(&self) -> RocketLaunchpadControlComponentRow<'a, 'b>
fn clone(&self) -> RocketLaunchpadControlComponentRow<'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