C# Class FSO.Files.HIT.EVT

EVT is a CSV format that defines a list of events for HIT to listen for.
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Entries List

Public Methods

Method Description
EVT ( byte Filedata ) : System

Creates a new evt file.

EVT ( string Filepath ) : System

Creates a new evt file.

Private Methods

Method Description
ParseHexString ( string input ) : uint
ReadFile ( Stream data ) : void

Method Details

EVT() public method

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

EVT() public method

Creates a new evt file.
public EVT ( string Filepath ) : System
Filepath string
return System

Property Details

Entries public_oe property

public List Entries
return List