Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | Public Attributes | List of all members
core::map::CatchRegion Struct Reference

Represents a class of catchable peoplemon. More...

#include <CatchRegion.hpp>

Public Member Functions

const pplmn::WildPeoplemonselectWild () 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::WildPeoplemonwilds
 

Detailed Description

Represents a class of catchable peoplemon.

Definition at line 18 of file CatchRegion.hpp.

Member Function Documentation

◆ selectWild()

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.

Returns
const pplmn::WildPeoplemon&

Definition at line 16 of file CatchRegion.cpp.

Member Data Documentation

◆ name

std::string core::map::CatchRegion::name

Definition at line 19 of file CatchRegion.hpp.

◆ wilds

std::vector<pplmn::WildPeoplemon> core::map::CatchRegion::wilds

Definition at line 20 of file CatchRegion.hpp.


The documentation for this struct was generated from the following files: