Struct omp_gdk::checkpoints::PlayerRaceCheckPointData
source · pub struct PlayerRaceCheckPointData {
pub center_pos: Vector3,
pub next_pos: Vector3,
pub radius: f32,
}Expand description
Player race checkpoint information
Fields§
§center_pos: Vector3position of checkpoint
next_pos: Vector3coordinates of next checkpoint, also used for arrow direction
radius: f32radius of the checkpoint
Implementations§
Auto Trait Implementations§
impl Freeze for PlayerRaceCheckPointData
impl RefUnwindSafe for PlayerRaceCheckPointData
impl Send for PlayerRaceCheckPointData
impl Sync for PlayerRaceCheckPointData
impl Unpin for PlayerRaceCheckPointData
impl UnwindSafe for PlayerRaceCheckPointData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more