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

◆ GetReplaceAction()

static int System.Data.Index.GetReplaceAction ( DataViewRowState oldState)
inlinestaticprivate

Definition at line 593 of file Index.cs.

594 {
595 if ((DataViewRowState.CurrentRows & oldState) == 0)
596 {
597 if ((DataViewRowState.OriginalRows & oldState) == 0)
598 {
599 return 0;
600 }
601 return 2;
602 }
603 return 1;
604 }

Referenced by System.Data.Index.RecordStateChanged(), and System.Data.Index.RecordStateChanged().