Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ SetName
Method
SetName
Engine/lib/tinyxml/tinyxml2.cpp:1438–1441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1436
1437
1438
void XMLAttribute::SetName( const char* n )
1439
{
1440
_name.SetStr( n );
1441
}
1442
1443
1444
XMLError XMLAttribute::QueryIntValue( int* value ) const
Callers
3
FindOrCreateAttribute
Method · 0.80
NewElement
Method · 0.80
ConstructWindowL
Function · 0.80
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected