C# 클래스 HaloMap.Map.MiscFunctions.MetaFunctions

Summary description for MetaFunctions.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
CheckForRaw ( string type ) : RawDataContainerType

The check for raw.

FindByNameAndTagType ( string type, string name ) : int

The find by name and tag type.

FindMetaByID ( int id ) : int

The find meta by id.

FindMetaByOffset ( int offset ) : int

The find meta by offset.

MetaFunctions ( Map map ) : System

Initializes a new instance of the MetaFunctions class.

ReadRaw ( int tagIndex, bool dontreadraw ) : RawDataContainer

The read raw.

메소드 상세

CheckForRaw() 공개 메소드

The check for raw.
public CheckForRaw ( string type ) : RawDataContainerType
type string The type.
리턴 RawDataContainerType

FindByNameAndTagType() 공개 메소드

The find by name and tag type.
public FindByNameAndTagType ( string type, string name ) : int
type string The type.
name string The name.
리턴 int

FindMetaByID() 공개 메소드

The find meta by id.
public FindMetaByID ( int id ) : int
id int The id.
리턴 int

FindMetaByOffset() 공개 메소드

The find meta by offset.
public FindMetaByOffset ( int offset ) : int
offset int The offset.
리턴 int

MetaFunctions() 공개 메소드

Initializes a new instance of the MetaFunctions class.
public MetaFunctions ( Map map ) : System
map Map The map.
리턴 System

ReadRaw() 공개 메소드

The read raw.
public ReadRaw ( int tagIndex, bool dontreadraw ) : RawDataContainer
tagIndex int Index of the tag.
dontreadraw bool The dontreadraw.
리턴 HaloMap.RawData.RawDataContainer