MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsMaterialIdxValid

Method IsMaterialIdxValid

trinity/Eve/SpaceObjectFactory/EveSOFUtils.cpp:32–35  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Is this a valid parameter name? --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected