Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetAttribute
Method
SetAttribute
Libraries/tinyxml/tinyxml.cpp:757–763 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
756
757
void TiXmlElement::SetAttribute( const char * name, int val )
758
{
759
TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
760
if ( attrib ) {
761
attrib->SetIntValue( val );
762
}
763
}
764
765
766
#ifdef TIXML_USE_STL
Callers
13
WriteNavMeshParametersToXML
Function · 0.45
WritePaletteToXML
Function · 0.45
SaveTerrain
Method · 0.45
SaveLevel
Method · 0.45
SerializeInto
Method · 0.45
Save
Method · 0.45
SaveToXML
Method · 0.45
Save
Method · 0.45
Save
Method · 0.45
WriteScriptParamsToXML
Function · 0.45
WriteToXML
Method · 0.45
CopyTo
Method · 0.45
Calls
3
FindOrCreate
Method · 0.80
SetIntValue
Method · 0.80
SetValue
Method · 0.45
Tested by
1
main
Function · 0.36