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

Method inspectPostApply

Engine/source/sfx/sfxDescription.cpp:650–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648//-----------------------------------------------------------------------------
649
650void SFXDescription::inspectPostApply()
651{
652 Parent::inspectPostApply();
653
654 validate();
655
656 if( SFX )
657 SFX->notifyDescriptionChanged( this );
658}
659// This allows legacy AudioDescription datablocks to be recognized as an alias
660// for SFXDescription. It is intended to ease the transition from older scripts
661// especially those that still need to support pre-1.7 applications.

Callers

nothing calls this directly

Calls 2

validateFunction · 0.85

Tested by

no test coverage detected