MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onStaticModified

Method onStaticModified

Engine/source/afx/ui/afxSpellCastBar.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void afxSpellCastBar::onStaticModified(const char* slotName, const char* newValue)
97{
98 Parent::onStaticModified(slotName, newValue);
99 if (dStricmp(slotName, "fillColorFinal") == 0)
100 use_alt_final_color = true;
101}
102
103// STATIC
104void afxSpellCastBar::initPersistFields()

Callers

nothing calls this directly

Calls 1

dStricmpFunction · 0.85

Tested by

no test coverage detected