| 322 | //----------------------------------------------------------------------------- |
| 323 | |
| 324 | SFXParameter* SFXParameter::find( StringTableEntry name ) |
| 325 | { |
| 326 | return dynamic_cast< SFXParameter* >( |
| 327 | Sim::getSFXParameterGroup()->findObjectByInternalName( name ) |
| 328 | ); |
| 329 | } |
| 330 | |
| 331 | //============================================================================= |
| 332 | // Console Methods. |
nothing calls this directly
no test coverage detected