Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Combine()
[1/3]
static int System.Reflection.Internal.Hash.Combine
(
bool
newKeyPart
,
int
currentKey
)
inline
static
package
Definition at line
21
of file
Hash.cs
.
22
{
23
return
Combine
(currentKey, newKeyPart ? 1 : 0);
24
}
System.Reflection.Internal.Hash.Combine
static int Combine(int newKey, int currentKey)
Definition
Hash.cs:11
References
System.Reflection.Internal.Hash.Combine()
.
System
Reflection
Internal
Hash
Generated by
1.10.0