Twilight Princess
Remastered version of the GameCube game
Loading...
Searching...
No Matches
KclLibrary.AttributeHandlers.BCSVHashHelper Class Reference

Static Public Member Functions

static string GetHashName (uint hash)
 
static uint Calculate (string str)
 
static uint CalculateV2 (string str)
 

Properties

static Dictionary< uint, string > HashList [get]
 
static List< string > Hashes [get]
 

Static Private Member Functions

static Dictionary< uint, string > CalculateHashes ()
 
static uint Calculate (byte[] data)
 
static uint CalculateV2 (byte[] data)
 

Static Private Attributes

static Dictionary< uint, string > _hashList = new Dictionary<uint, string>()
 

Member Function Documentation

◆ Calculate() [1/2]

static uint KclLibrary.AttributeHandlers.BCSVHashHelper.Calculate ( byte[] data)
staticprivate

◆ Calculate() [2/2]

static uint KclLibrary.AttributeHandlers.BCSVHashHelper.Calculate ( string str)
static

◆ CalculateHashes()

static Dictionary< uint, string > KclLibrary.AttributeHandlers.BCSVHashHelper.CalculateHashes ( )
staticprivate

◆ CalculateV2() [1/2]

static uint KclLibrary.AttributeHandlers.BCSVHashHelper.CalculateV2 ( byte[] data)
staticprivate

◆ CalculateV2() [2/2]

static uint KclLibrary.AttributeHandlers.BCSVHashHelper.CalculateV2 ( string str)
static

◆ GetHashName()

static string KclLibrary.AttributeHandlers.BCSVHashHelper.GetHashName ( uint hash)
static

Member Data Documentation

◆ _hashList

Dictionary<uint, string> KclLibrary.AttributeHandlers.BCSVHashHelper._hashList = new Dictionary<uint, string>()
staticprivate

Property Documentation

◆ Hashes

List<string> KclLibrary.AttributeHandlers.BCSVHashHelper.Hashes
staticgetprivate

◆ HashList

Dictionary<uint, string> KclLibrary.AttributeHandlers.BCSVHashHelper.HashList
staticgetprivate

The documentation for this class was generated from the following file: