rename to SetTrajectory::is_absolute
This commit is contained in:
parent
f155dd6a50
commit
d31dcd0b19
@ -56,7 +56,7 @@ pub enum SetTrajectory{
|
|||||||
Velocity(Planar64Vec3),//SetVelocity
|
Velocity(Planar64Vec3),//SetVelocity
|
||||||
}
|
}
|
||||||
impl SetTrajectory{
|
impl SetTrajectory{
|
||||||
pub const fn is_velocity(&self)->bool{
|
pub const fn is_absolute(&self)->bool{
|
||||||
match self{
|
match self{
|
||||||
SetTrajectory::AirTime(_)
|
SetTrajectory::AirTime(_)
|
||||||
|SetTrajectory::Height(_)
|
|SetTrajectory::Height(_)
|
||||||
@ -97,7 +97,7 @@ impl GeneralAttributes{
|
|||||||
||self.accelerator.is_some()
|
||self.accelerator.is_some()
|
||||||
}
|
}
|
||||||
pub fn is_wrcp(&self)->bool{
|
pub fn is_wrcp(&self)->bool{
|
||||||
self.trajectory.as_ref().map_or(false,|t|t.is_velocity())
|
self.trajectory.as_ref().map_or(false,|t|t.is_absolute())
|
||||||
/*
|
/*
|
||||||
&&match &self.teleport_behaviour{
|
&&match &self.teleport_behaviour{
|
||||||
Some(TeleportBehaviour::StageElement(
|
Some(TeleportBehaviour::StageElement(
|
||||||
|
Loading…
Reference in New Issue
Block a user