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

Method SetNodeName

trinity/Tr2GStateParameter.cpp:95–98  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Sets the name of the parameter node (the parent of the parameter). Arguments: name - std:string with the name of the parameter node Return Value: void --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

93// void
94// --------------------------------------------------------------------------------------
95void Tr2GStateParameter::SetNodeName( std::string name )
96{
97 m_nodeName = name;
98}
99
100
101// --------------------------------------------------------------------------------------

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected