C# Class HaloMap.Meta.MetaScanner

The meta scanner.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
MetaScanner ( Meta meta ) : System.Collections.Generic

Initializes a new instance of the MetaScanner class.

ScanManually ( ) : void

The scan manually.

ScanWithIFP ( IFPIO &ifp ) : string[]

The scan with ifp.

Private Methods

Method Description
CycleElements ( object elements, int offset, int count, int TagIndex, int chunksize, int magic, int previousparsedtranslation ) : string[]

The cycle elements.

Method Details

MetaScanner() public method

Initializes a new instance of the MetaScanner class.
public MetaScanner ( Meta meta ) : System.Collections.Generic
meta Meta The meta.
return System.Collections.Generic

ScanManually() public method

The scan manually.
public ScanManually ( ) : void
return void

ScanWithIFP() public method

The scan with ifp.
public ScanWithIFP ( IFPIO &ifp ) : string[]
ifp HaloMap.Plugins.IFPIO The ifp.
return string[]