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

Method WasStartedByDecisionKey

src/game_event.cpp:308–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308bool Game_Event::WasStartedByDecisionKey() const {
309 return data()->triggered_by_decision_key;
310}
311
312lcf::rpg::EventPage::Trigger Game_Event::GetTrigger() const {
313 int trigger = page ? page->trigger : -1;

Callers 2

PushMethod · 0.80
game_character.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected