Peoplemon
0.1.0
Peoplemon 3 game source documentation
include
Core
Peoplemon
MoveId.hpp
Go to the documentation of this file.
1
#ifndef CORE_PEOPLEMON_MOVEID_HPP
2
#define CORE_PEOPLEMON_MOVEID_HPP
3
4
#include <cstdint>
5
6
namespace
core
7
{
8
namespace
pplmn
9
{
16
enum struct
MoveId
: std::uint8_t {
17
Unknown
= 0,
18
19
_INVALID_1
= 1,
20
21
Absent
= 2,
22
LateArrival
,
23
EarlyDismissal
,
24
RedHairGlare
,
25
LateHW
,
26
Frost
,
27
MakeDue
,
28
Optimism
,
29
Sarcasm
,
30
Distract
,
31
OffTopic
,
32
Awkwardness
,
33
Teach
,
34
MegaTeach
,
35
SuperTeach
,
36
ExtremeTeach
,
37
Frustration
,
38
Negation
,
39
Inquisitive
,
40
Logic
,
41
YellAtChris
,
42
SodaBomb
,
43
ParabolaAttack
,
44
BadJoke
,
45
I4Got
,
46
SkimpOut
,
47
LocusStrike
,
48
SidesOfACircle
,
49
Insanitize
,
50
FloatingSymbols
,
51
FalseName
,
52
Confuse
,
53
54
_INVALID_2
= 34,
55
56
MathGuitar
= 35,
57
EssayStrike
,
58
DivideBy0
,
59
Athleticism
,
60
WorkOut
,
61
Quadratic
,
62
CoreDump
,
63
SuckyMove
,
64
Learn
,
65
GUIStrike
,
66
Harden
,
67
Nudge
,
68
TrustFall
,
69
SuperTrustFall
,
70
HealBelle
,
71
Retire
,
72
Demotivate
,
73
WetWilly
,
74
BackSass
,
75
TheChest
,
76
Dominize
,
77
Rave
,
78
Hope
,
79
BagSwipe
,
80
Concentrate
,
81
82
_INVALID_3
= 60,
83
84
Pray
= 61,
85
LongStory
,
86
TrackFu
,
87
Kick
,
88
Oblivious
,
89
Carpool
,
90
BlackSass
,
91
SassySass
,
92
Borrow
,
93
Chill
,
94
Nap
,
95
Excuse
,
96
ThrowRock
,
97
Ambiguous
,
98
Persistent
,
99
Replace
,
100
Lastattempt
,
101
Patience
,
102
Jog
,
103
MovetoNC
,
104
Camp
,
105
MakeBank
,
106
Set
,
107
Spike
,
108
Bump
,
109
LockIn
,
110
RollD20
,
111
SilentCoolness
,
112
ChannelNinja
,
113
Serenade
,
114
GuiltTrip
,
115
DrunkFireworksDisplay
,
116
HumbleBrag
,
117
Peanut
,
118
SkypeGames
,
119
Mooch
,
120
GMPCannon
,
121
BoardGameBarrage
,
122
ChannelRedneck
,
123
SuperFan
,
124
CipherStrike
,
125
Bromance
,
126
MedicalAttention
,
127
Bark
,
128
Hospitality
,
129
HappyGoLucky
,
130
Encourage
,
131
EnergyBlast
,
132
ShoulderShrug
,
133
Cabinets
,
134
PinsAndNeedles
,
135
Block
,
136
Tool
,
137
Reliable
,
138
SubtleJoke
,
139
140
_NUM_MOVES
141
};
142
143
}
// namespace pplmn
144
}
// namespace core
145
146
#endif
core::pplmn::MoveId
MoveId
The id of a move.
Definition:
MoveId.hpp:16
core::pplmn::MoveId::Spike
@ Spike
core::pplmn::MoveId::Ambiguous
@ Ambiguous
core::pplmn::MoveId::Bark
@ Bark
core::pplmn::MoveId::BackSass
@ BackSass
core::pplmn::MoveId::Confuse
@ Confuse
core::pplmn::MoveId::SidesOfACircle
@ SidesOfACircle
core::pplmn::MoveId::Replace
@ Replace
core::pplmn::MoveId::LocusStrike
@ LocusStrike
core::pplmn::MoveId::Mooch
@ Mooch
core::pplmn::MoveId::SassySass
@ SassySass
core::pplmn::MoveId::_NUM_MOVES
@ _NUM_MOVES
core::pplmn::MoveId::Encourage
@ Encourage
core::pplmn::MoveId::ParabolaAttack
@ ParabolaAttack
core::pplmn::MoveId::Frustration
@ Frustration
core::pplmn::MoveId::BagSwipe
@ BagSwipe
core::pplmn::MoveId::LateArrival
@ LateArrival
core::pplmn::MoveId::Learn
@ Learn
core::pplmn::MoveId::Concentrate
@ Concentrate
core::pplmn::MoveId::Athleticism
@ Athleticism
core::pplmn::MoveId::SkypeGames
@ SkypeGames
core::pplmn::MoveId::Optimism
@ Optimism
core::pplmn::MoveId::Logic
@ Logic
core::pplmn::MoveId::ChannelRedneck
@ ChannelRedneck
core::pplmn::MoveId::LateHW
@ LateHW
core::pplmn::MoveId::Kick
@ Kick
core::pplmn::MoveId::Dominize
@ Dominize
core::pplmn::MoveId::SkimpOut
@ SkimpOut
core::pplmn::MoveId::Rave
@ Rave
core::pplmn::MoveId::MathGuitar
@ MathGuitar
core::pplmn::MoveId::MakeBank
@ MakeBank
core::pplmn::MoveId::GuiltTrip
@ GuiltTrip
core::pplmn::MoveId::EssayStrike
@ EssayStrike
core::pplmn::MoveId::EarlyDismissal
@ EarlyDismissal
core::pplmn::MoveId::MakeDue
@ MakeDue
core::pplmn::MoveId::Teach
@ Teach
core::pplmn::MoveId::Distract
@ Distract
core::pplmn::MoveId::SuperTrustFall
@ SuperTrustFall
core::pplmn::MoveId::ChannelNinja
@ ChannelNinja
core::pplmn::MoveId::CoreDump
@ CoreDump
core::pplmn::MoveId::EnergyBlast
@ EnergyBlast
core::pplmn::MoveId::Set
@ Set
core::pplmn::MoveId::LockIn
@ LockIn
core::pplmn::MoveId::Persistent
@ Persistent
core::pplmn::MoveId::FalseName
@ FalseName
core::pplmn::MoveId::_INVALID_3
@ _INVALID_3
core::pplmn::MoveId::Borrow
@ Borrow
core::pplmn::MoveId::WorkOut
@ WorkOut
core::pplmn::MoveId::TheChest
@ TheChest
core::pplmn::MoveId::HappyGoLucky
@ HappyGoLucky
core::pplmn::MoveId::Oblivious
@ Oblivious
core::pplmn::MoveId::DrunkFireworksDisplay
@ DrunkFireworksDisplay
core::pplmn::MoveId::TrackFu
@ TrackFu
core::pplmn::MoveId::Reliable
@ Reliable
core::pplmn::MoveId::OffTopic
@ OffTopic
core::pplmn::MoveId::Demotivate
@ Demotivate
core::pplmn::MoveId::ExtremeTeach
@ ExtremeTeach
core::pplmn::MoveId::_INVALID_1
@ _INVALID_1
core::pplmn::MoveId::Unknown
@ Unknown
core::pplmn::MoveId::Quadratic
@ Quadratic
core::pplmn::MoveId::WetWilly
@ WetWilly
core::pplmn::MoveId::RedHairGlare
@ RedHairGlare
core::pplmn::MoveId::Inquisitive
@ Inquisitive
core::pplmn::MoveId::BlackSass
@ BlackSass
core::pplmn::MoveId::SodaBomb
@ SodaBomb
core::pplmn::MoveId::I4Got
@ I4Got
core::pplmn::MoveId::Hope
@ Hope
core::pplmn::MoveId::Carpool
@ Carpool
core::pplmn::MoveId::SuckyMove
@ SuckyMove
core::pplmn::MoveId::MovetoNC
@ MovetoNC
core::pplmn::MoveId::TrustFall
@ TrustFall
core::pplmn::MoveId::Camp
@ Camp
core::pplmn::MoveId::SuperTeach
@ SuperTeach
core::pplmn::MoveId::Frost
@ Frost
core::pplmn::MoveId::MegaTeach
@ MegaTeach
core::pplmn::MoveId::Patience
@ Patience
core::pplmn::MoveId::GMPCannon
@ GMPCannon
core::pplmn::MoveId::SilentCoolness
@ SilentCoolness
core::pplmn::MoveId::DivideBy0
@ DivideBy0
core::pplmn::MoveId::Nap
@ Nap
core::pplmn::MoveId::Harden
@ Harden
core::pplmn::MoveId::Insanitize
@ Insanitize
core::pplmn::MoveId::ThrowRock
@ ThrowRock
core::pplmn::MoveId::HumbleBrag
@ HumbleBrag
core::pplmn::MoveId::GUIStrike
@ GUIStrike
core::pplmn::MoveId::Nudge
@ Nudge
core::pplmn::MoveId::BadJoke
@ BadJoke
core::pplmn::MoveId::PinsAndNeedles
@ PinsAndNeedles
core::pplmn::MoveId::Sarcasm
@ Sarcasm
core::pplmn::MoveId::Negation
@ Negation
core::pplmn::MoveId::Bump
@ Bump
core::pplmn::MoveId::Serenade
@ Serenade
core::pplmn::MoveId::Retire
@ Retire
core::pplmn::MoveId::Cabinets
@ Cabinets
core::pplmn::MoveId::_INVALID_2
@ _INVALID_2
core::pplmn::MoveId::Awkwardness
@ Awkwardness
core::pplmn::MoveId::SubtleJoke
@ SubtleJoke
core::pplmn::MoveId::Pray
@ Pray
core::pplmn::MoveId::Tool
@ Tool
core::pplmn::MoveId::BoardGameBarrage
@ BoardGameBarrage
core::pplmn::MoveId::YellAtChris
@ YellAtChris
core::pplmn::MoveId::Excuse
@ Excuse
core::pplmn::MoveId::LongStory
@ LongStory
core::pplmn::MoveId::Peanut
@ Peanut
core::pplmn::MoveId::FloatingSymbols
@ FloatingSymbols
core::pplmn::MoveId::Block
@ Block
core::pplmn::MoveId::Lastattempt
@ Lastattempt
core::pplmn::MoveId::Absent
@ Absent
core::pplmn::MoveId::CipherStrike
@ CipherStrike
core::pplmn::MoveId::Jog
@ Jog
core::pplmn::MoveId::Bromance
@ Bromance
core::pplmn::MoveId::HealBelle
@ HealBelle
core::pplmn::MoveId::ShoulderShrug
@ ShoulderShrug
core::pplmn::MoveId::Hospitality
@ Hospitality
core::pplmn::MoveId::Chill
@ Chill
core::pplmn::MoveId::SuperFan
@ SuperFan
core::pplmn::MoveId::MedicalAttention
@ MedicalAttention
core::pplmn::MoveId::RollD20
@ RollD20
core
Core classes and functionality for both the editor and game.
Definition:
Conversation.hpp:15
Generated on Sun Aug 18 2024 22:16:51 for Peoplemon by
1.9.1