C# Class FSO.Files.HIT.TLO

Represents a TLO file. TLO (short for Track Logic according to hitlab.ini) is a format used solely for Hitlab. Integers are little-endian.
Exibir arquivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Sections List

Public Methods

Method Description
TLO ( byte Filedata ) : System

Creates a new tracklogic instance.

TLO ( string Filepath ) : System

Creates a new tracklogic instance.

Method Details

TLO() public method

Creates a new tracklogic instance.
public TLO ( byte Filedata ) : System
Filedata byte The data to create the tracklogic instance from.
return System

TLO() public method

Creates a new tracklogic instance.
public TLO ( string Filepath ) : System
Filepath string The path to the tracklogic file to read.
return System

Property Details

Sections public_oe property

public List Sections
return List