#[repr(u32)]pub enum MapClass {
Show 15 variants
CGameCtnChallenge = 50_606_080,
CGameCtnCollectorList = 50_442_240,
CGameCtnChallengeParameters = 50_704_384,
CGameCtnBlockSkin = 50_696_192,
CGameWaypointSpecialProperty = 51_621_888,
CGameCtnReplayRecord = 50_933_760,
CGameGhost = 50_589_701,
CGameCtnGhost = 50_929_664,
CGameCtnCollector = 50_438_144,
CGameCtnObjectInfo = 50_446_336,
CGameCtnDecoration = 50_561_024,
CGameCtnCollection = 50_540_544,
CGameSkin = 50_532_352,
CGamePlayerProfile = 50_905_088,
CMwNod = 16_781_312,
}Expand description
IDs and names taken from wiki.xaseco.org.
Variants§
CGameCtnChallenge = 50_606_080
CGameCtnCollectorList = 50_442_240
CGameCtnChallengeParameters = 50_704_384
CGameCtnBlockSkin = 50_696_192
CGameWaypointSpecialProperty = 51_621_888
CGameCtnReplayRecord = 50_933_760
CGameGhost = 50_589_701
CGameCtnGhost = 50_929_664
CGameCtnCollector = 50_438_144
CGameCtnObjectInfo = 50_446_336
CGameCtnDecoration = 50_561_024
CGameCtnCollection = 50_540_544
CGameSkin = 50_532_352
CGamePlayerProfile = 50_905_088
CMwNod = 16_781_312
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MapClass
impl<'de> Deserialize<'de> for MapClass
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MapClass
impl StructuralPartialEq for MapClass
Auto Trait Implementations§
impl Freeze for MapClass
impl RefUnwindSafe for MapClass
impl Send for MapClass
impl Sync for MapClass
impl Unpin for MapClass
impl UnsafeUnpin for MapClass
impl UnwindSafe for MapClass
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