![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Represents a Peoplemon in storage. More...
#include <StoredPeoplemon.hpp>
Public Member Functions | |
StoredPeoplemon ()=default | |
Construct a new Stored Peoplemon. More... | |
StoredPeoplemon (const OwnedPeoplemon &ppl, std::uint16_t box, const sf::Vector2i &pos) | |
Construct a new Stored Peoplemon. More... | |
Public Attributes | |
OwnedPeoplemon | peoplemon |
The peoplemon itself. More... | |
std::uint16_t | boxNumber |
Which box the peoplemon is in. More... | |
sf::Vector2i | position |
The position of the peoplemon in the box. More... | |
Represents a Peoplemon in storage.
Definition at line 18 of file StoredPeoplemon.hpp.
|
default |
Construct a new Stored Peoplemon.
|
inline |
Construct a new Stored Peoplemon.
ppl | The peoplemon to store |
box | The box to store it in |
pos | The position to occupy in the box |
Definition at line 41 of file StoredPeoplemon.hpp.
std::uint16_t core::pplmn::StoredPeoplemon::boxNumber |
Which box the peoplemon is in.
Definition at line 23 of file StoredPeoplemon.hpp.
OwnedPeoplemon core::pplmn::StoredPeoplemon::peoplemon |
The peoplemon itself.
Definition at line 20 of file StoredPeoplemon.hpp.
sf::Vector2i core::pplmn::StoredPeoplemon::position |
The position of the peoplemon in the box.
Definition at line 26 of file StoredPeoplemon.hpp.