C# 클래스 HaloMap.Meta.MetaScanner

The meta scanner.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CycleElements ( object elements, int offset, int count, int TagIndex, int chunksize, int magic, int previousparsedtranslation ) : string[]

The cycle elements.

메소드 상세

MetaScanner() 공개 메소드

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

ScanManually() 공개 메소드

The scan manually.
public ScanManually ( ) : void
리턴 void

ScanWithIFP() 공개 메소드

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