Enum cygrind_utils::parser::Prefabs
source · pub enum Prefabs {
None,
Melee,
Projectile,
JumpPad,
Stairs,
HiM,
}Expand description
Representation of the prefabs available on the official editor
Variants§
Implementations§
Trait Implementations§
source§impl Distribution<Prefabs> for Standard
impl Distribution<Prefabs> for Standard
source§fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Prefabs
fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Prefabs
Generate a random value of
T, using rng as the source of randomness.source§impl PartialOrd<Prefabs> for Prefabs
impl PartialOrd<Prefabs> for Prefabs
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more