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

Method notifyDescriptionChanged

Engine/source/sfx/sfxSystem.cpp:1111–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109//-----------------------------------------------------------------------------
1110
1111void SFXSystem::notifyDescriptionChanged( SFXDescription* description )
1112{
1113 SimSet* set = Sim::getSFXSourceSet();
1114 for( SimSet::iterator iter = set->begin(); iter != set->end(); ++ iter )
1115 {
1116 SFXSource* source = dynamic_cast< SFXSource* >( *iter );
1117 if( source && source->getDescription() == description )
1118 source->notifyDescriptionChanged();
1119 }
1120}
1121
1122//-----------------------------------------------------------------------------
1123

Callers 1

inspectPostApplyMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
getDescriptionMethod · 0.45

Tested by

no test coverage detected