-------------------------------------------------------------------------------- Description: Return the parameter name without the material prefix --------------------------------------------------------------------------------
| 48 | // Return the parameter name without the material prefix |
| 49 | // -------------------------------------------------------------------------------- |
| 50 | const char* EveSOFUtilsParameterName::GetShortName() const |
| 51 | { |
| 52 | return m_shortname.c_str(); |
| 53 | } |
| 54 | |
| 55 | // -------------------------------------------------------------------------------- |
| 56 | const char* EveSOFUtilsParameterName::GetFullName() const |
no outgoing calls
no test coverage detected