MCPcopy Create free account
hub / github.com/EasyRPG/Player / PushLine

Method PushLine

src/pending_message.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int PendingMessage::PushLine(std::string msg) {
53 assert(!HasChoices());
54 assert(!HasNumberInput());
55 return PushLineImpl(std::move(msg));
56}
57
58int PendingMessage::PushChoice(std::string msg, bool enabled) {
59 assert(!HasNumberInput());

Callers 15

RefreshMethod · 0.45
LearnSkillMethod · 0.45
ChangeLevelMethod · 0.45
ChangeClassMethod · 0.45
CommandShowMessageMethod · 0.45
GetTextHandleMethod · 0.45
RefreshMethod · 0.45
WriteTextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected