Table of Contents

Class Utility

Namespace
SharpPluginLoader.Core
Assembly
SharpPluginLoader.Core.dll

Provides a set of utility methods.

public static class Utility
Inheritance
Utility
Inherited Members

Methods

Crc32(string, int)

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 = -1)

Parameters

str string

The string to hash

crc int

The initial CRC value

Returns

uint

The CRC hash of the string

MakeDtiId(string)

Returns the DTI ID for the specified name.

public static uint MakeDtiId(string name)

Parameters

name string

The name of the class

Returns

uint

The DTI ID