C# Class HaloMap.Meta.MetaScanner

The meta scanner.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Méthode 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

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

The cycle elements.

Method Details

MetaScanner() public méthode

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

ScanManually() public méthode

The scan manually.
public ScanManually ( ) : void
Résultat void

ScanWithIFP() public méthode

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