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

◆ GetChangeAction()

int System.Data.Index.GetChangeAction ( DataViewRowState oldState,
DataViewRowState newState )
inlineprivate

Definition at line 586 of file Index.cs.

587 {
588 int num = (((_recordStates & oldState) != 0) ? 1 : 0);
589 int num2 = (((_recordStates & newState) != 0) ? 1 : 0);
590 return num2 - num;
591 }
readonly DataViewRowState _recordStates
Definition Index.cs:38

References System.Data.Index._recordStates.

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