C# Class FSO.Files.HIT.FSC

Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
BPB ushort
Columns ushort
DiffX ushort
DiffY ushort
MasterVolume ushort
Max ushort
Min ushort
Notes List
Priority ushort
QuanX ushort
QuanY ushort
Rows ushort
SelX ushort
SelY ushort
Tempo ushort
VersionCode string

Public Methods

Method Description
FSC ( byte Filedata ) : System

Creates a new hsm file.

FSC ( string Filepath ) : System

Creates a new hsm file.

Private Methods

Method Description
ReadFile ( Stream stream ) : void

Method Details

FSC() public method

Creates a new hsm file.
public FSC ( byte Filedata ) : System
Filedata byte The data to create the hsm from.
return System

FSC() public method

Creates a new hsm file.
public FSC ( string Filepath ) : System
Filepath string
return System

Property Details

BPB public_oe property

public ushort BPB
return ushort

Columns public_oe property

public ushort Columns
return ushort

DiffX public_oe property

public ushort DiffX
return ushort

DiffY public_oe property

public ushort DiffY
return ushort

MasterVolume public_oe property

public ushort MasterVolume
return ushort

Max public_oe property

public ushort Max
return ushort

Min public_oe property

public ushort Min
return ushort

Notes public_oe property

FSC is a tabulated plaintext format that describes a sequence of notes to be played. In this game it is used to sequence the ambient sounds.
public List Notes
return List

Priority public_oe property

public ushort Priority
return ushort

QuanX public_oe property

public ushort QuanX
return ushort

QuanY public_oe property

public ushort QuanY
return ushort

Rows public_oe property

public ushort Rows
return ushort

SelX public_oe property

public ushort SelX
return ushort

SelY public_oe property

public ushort SelY
return ushort

Tempo public_oe property

public ushort Tempo
return ushort

VersionCode public_oe property

public string VersionCode
return string