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

Method find

Engine/source/sfx/sfxParameter.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322//-----------------------------------------------------------------------------
323
324SFXParameter* SFXParameter::find( StringTableEntry name )
325{
326 return dynamic_cast< SFXParameter* >(
327 Sim::getSFXParameterGroup()->findObjectByInternalName( name )
328 );
329}
330
331//=============================================================================
332// Console Methods.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected