Utility
Namespace: SharpPluginLoader.Core
Provides a set of utility methods.
public static class Utility
Methods
Crc32(String, Int32)
Computes the CRC of the specified string. This is the same CRC used by Monster Hunter World.
public static uint Crc32(string str, int crc)
Parameters
str
String
The string to hash
crc
Int32
The initial CRC value
Returns
UInt32
The CRC hash of the string
MakeDtiId(String)
public static uint MakeDtiId(string name)
Parameters
name
String