Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Combine()
[3/3]
static int System.Reflection.Internal.Hash.Combine
(
uint
newKey
,
int
currentKey
)
inline
static
package
Definition at line
16
of file
Hash.cs
.
17
{
18
return
currentKey * -1521134295 + (int)newKey;
19
}
System
Reflection
Internal
Hash
Generated by
1.10.0