-------------------------------------------------------------------------------- Description: Is this a valid parameter name? --------------------------------------------------------------------------------
| 30 | // Is this a valid parameter name? |
| 31 | // -------------------------------------------------------------------------------- |
| 32 | bool EveSOFUtilsParameterName::IsMaterialIdxValid() const |
| 33 | { |
| 34 | return m_materialIdx != -1; |
| 35 | } |
| 36 | |
| 37 | // -------------------------------------------------------------------------------- |
| 38 | // Description: |
no outgoing calls
no test coverage detected