[][src]Enum rlbot::flat::QuickChatSelection

#[repr(i8)]
pub enum QuickChatSelection { Information_IGotIt, Information_NeedBoost, Information_TakeTheShot, Information_Defending, Information_GoForIt, Information_Centering, Information_AllYours, Information_InPosition, Information_Incoming, Compliments_NiceShot, Compliments_GreatPass, Compliments_Thanks, Compliments_WhatASave, Compliments_NiceOne, Compliments_WhatAPlay, Compliments_GreatClear, Compliments_NiceBlock, Reactions_OMG, Reactions_Noooo, Reactions_Wow, Reactions_CloseOne, Reactions_NoWay, Reactions_HolyCow, Reactions_Whew, Reactions_Siiiick, Reactions_Calculated, Reactions_Savage, Reactions_Okay, Apologies_Cursing, Apologies_NoProblem, Apologies_Whoops, Apologies_Sorry, Apologies_MyBad, Apologies_Oops, Apologies_MyFault, PostGame_Gg, PostGame_WellPlayed, PostGame_ThatWasFun, PostGame_Rematch, PostGame_OneMoreGame, PostGame_WhatAGame, PostGame_NiceMoves, PostGame_EverybodyDance, MaxPysonixQuickChatPresets, Custom_Toxic_WasteCPU, Custom_Toxic_GitGut, Custom_Toxic_DeAlloc, Custom_Toxic_404NoSkill, Custom_Toxic_CatchVirus, Custom_Useful_Passing, Custom_Useful_Faking, Custom_Useful_Demoing, Custom_Useful_Bumping, Custom_Compliments_TinyChances, Custom_Compliments_SkillLevel, Custom_Compliments_proud, Custom_Compliments_GC, Custom_Compliments_Pro, }

Variants

Information_IGotItInformation_NeedBoostInformation_TakeTheShotInformation_DefendingInformation_GoForItInformation_CenteringInformation_AllYoursInformation_InPositionInformation_IncomingCompliments_NiceShotCompliments_GreatPassCompliments_ThanksCompliments_WhatASaveCompliments_NiceOneCompliments_WhatAPlayCompliments_GreatClearCompliments_NiceBlockReactions_OMGReactions_NooooReactions_WowReactions_CloseOneReactions_NoWayReactions_HolyCowReactions_WhewReactions_SiiiickReactions_CalculatedReactions_SavageReactions_OkayApologies_CursingApologies_NoProblemApologies_WhoopsApologies_SorryApologies_MyBadApologies_OopsApologies_MyFaultPostGame_GgPostGame_WellPlayedPostGame_ThatWasFunPostGame_RematchPostGame_OneMoreGamePostGame_WhatAGamePostGame_NiceMovesPostGame_EverybodyDanceMaxPysonixQuickChatPresets

Custom text chats made by bot makers

Custom_Toxic_WasteCPU

Waste of CPU cycles

Custom_Toxic_GitGut

Git gud*

Custom_Toxic_DeAlloc

De-Allocate Yourself

Custom_Toxic_404NoSkill

404: Your skill not found

Custom_Toxic_CatchVirus

Get a virus

Custom_Useful_Passing

Passing!

Custom_Useful_Faking

Faking!

Custom_Useful_Demoing

Demoing!

Custom_Useful_Bumping

BOOPING

Custom_Compliments_TinyChances

The chances of that was 47525 to 1*

Custom_Compliments_SkillLevel

Who upped your skill level?

Custom_Compliments_proud

Your programmer should be proud

Custom_Compliments_GC

You're the GC of Bots

Custom_Compliments_Pro

Are you Bot? *

Trait Implementations

impl Clone for QuickChatSelection[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<QuickChatSelection> for QuickChatSelection[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Copy for QuickChatSelection[src]

impl Debug for QuickChatSelection[src]

impl Push for QuickChatSelection[src]

type Output = QuickChatSelection

fn size() -> usize[src]

fn alignment() -> PushAlignment[src]

impl EndianScalar for QuickChatSelection[src]

impl<'a> Follow<'a> for QuickChatSelection[src]

type Inner = Self

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Scalar for T where
    T: Copy + PartialEq<T> + Any + Debug
[src]

fn is<T>() -> bool where
    T: Scalar
[src]

Tests if Self the same as the type T Read more

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>,