C# Class Files.AudioLogic.HSM

HSM (short for HIT Symbols) is a plain-text format that defines constants for opcodes, registers, subroutine address and sound resource IDs for inclusion in the HOT files as well as the MakeTrax source files used to make the HIT files of the game.
Datei anzeigen Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Constants int>.Dictionary

Public Methods

Method Description
HSM ( string Path ) : System.Collections.Generic

Loads a HSM from a given path.

Method Details

HSM() public method

Loads a HSM from a given path.
public HSM ( string Path ) : System.Collections.Generic
Path string The path to the HSM to load.
return System.Collections.Generic

Property Details

Constants public_oe property

public Dictionary Constants
return int>.Dictionary