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

Method SetChoiceResetColors

src/pending_message.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void PendingMessage::SetChoiceResetColors(bool value) {
94 choice_reset_color = value;
95}
96
97std::string PendingMessage::ApplyTextInsertingCommands(std::string input, uint32_t escape_char, const CommandInserter& cmd_fn) {
98 if (input.empty()) {

Callers 2

SetupChoicesMethod · 0.80
CommandShowInnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected