C# Class HaloMap.Map.MiscFunctions.MetaFunctions

Summary description for MetaFunctions.
Exibir arquivo Open project: troymac1ure/Entity

Public Methods

Method Description
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.

Method Details

CheckForRaw() public method

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

FindByNameAndTagType() public method

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

FindMetaByID() public method

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

FindMetaByOffset() public method

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

MetaFunctions() public method

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

ReadRaw() public method

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