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

Method GetShortName

trinity/Eve/SpaceObjectFactory/EveSOFUtils.cpp:50–53  ·  view source on GitHub ↗

-------------------------------------------------------------------------------- Description: Return the parameter name without the material prefix --------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected