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.
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Sections List

Méthodes publiques

Méthode Description
TLO ( byte Filedata ) : System

Creates a new tracklogic instance.

TLO ( string Filepath ) : System

Creates a new tracklogic instance.

Method Details

TLO() public méthode

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

TLO() public méthode

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

Property Details

Sections public_oe property

public List Sections
Résultat List