![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Represents a class of catchable peoplemon. More...
#include <CatchRegion.hpp>
Public Member Functions | |
const pplmn::WildPeoplemon & | selectWild () const |
Selects a wild peoplemon from the set based on frequency, or returns a level 100 Ben if the set is empty. More... | |
Public Attributes | |
std::string | name |
std::vector< pplmn::WildPeoplemon > | wilds |
Represents a class of catchable peoplemon.
Definition at line 18 of file CatchRegion.hpp.
const pplmn::WildPeoplemon & core::map::CatchRegion::selectWild | ( | ) | const |
Selects a wild peoplemon from the set based on frequency, or returns a level 100 Ben if the set is empty.
Definition at line 16 of file CatchRegion.cpp.
std::string core::map::CatchRegion::name |
Definition at line 19 of file CatchRegion.hpp.
std::vector<pplmn::WildPeoplemon> core::map::CatchRegion::wilds |
Definition at line 20 of file CatchRegion.hpp.