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

◆ IsKeyInIndex() [2/2]

bool System.Data.Index.IsKeyInIndex ( object[] key)
inline

Definition at line 719 of file Index.cs.

720 {
721 int num = FindNodeByKeys(key);
722 return num != 0;
723 }
int FindNodeByKeys(object[] originalKey)
Definition Index.cs:489

References System.Data.Index.FindNodeByKeys(), and System.key.