![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Adding this to an entity will allow it to be interacted with and talked to. More...
#include <NPC.hpp>
Public Member Functions | |
NPC (const file::NPC &data) | |
Construct a new NPC component. More... | |
const std::string & | name () const |
The name of the NPC. More... | |
const file::Conversation & | conversation () const |
The conversation of the NPC. More... | |
Adding this to an entity will allow it to be interacted with and talked to.
core::component::NPC::NPC | ( | const file::NPC & | data | ) |
const file::Conversation & core::component::NPC::conversation | ( | ) | const |
const std::string & core::component::NPC::name | ( | ) | const |