MCPcopy Create free account
hub / github.com/benkuper/Chataigne / handleLoadActivation

Method handleLoadActivation

Source/StateMachine/State/State.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57void State::handleLoadActivation()
58{
59 if (isClearing) return;
60 if (!active->boolValue() || !enabled->boolValue()) return;
61 handleActiveChanged();
62}
63
64void State::handleActiveChanged()
65{

Callers 1

endLoadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected