Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Foliate() [1/2]

void System.Xml.XmlDataDocument.Foliate ( XmlBoundElement node,
ElementState newState )
inlinepackage

Definition at line 482 of file XmlDataDocument.cs.

483 {
485 {
486 if (node.ElementState == ElementState.Defoliated)
487 {
489 }
490 else if (node.ElementState == ElementState.WeakFoliation && newState == ElementState.StrongFoliation)
491 {
493 }
494 }
495 }
void ForceFoliation(XmlBoundElement node, ElementState newState)

References System.Xml.Dictionary, System.Xml.XmlDataDocument.ForceFoliation(), and System.Xml.XmlDataDocument.IsFoliationEnabled.

Referenced by System.Xml.XmlDataDocument.FoliateIfDataPointers(), and System.Xml.XmlDataDocument.OnDeletingRow().