C# Class HaloMap.Map.MiscFunctions.MetaFunctions

Summary description for MetaFunctions.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

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

The check for raw.
public CheckForRaw ( string type ) : RawDataContainerType
type string The type.
Résultat RawDataContainerType

FindByNameAndTagType() public méthode

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

FindMetaByID() public méthode

The find meta by id.
public FindMetaByID ( int id ) : int
id int The id.
Résultat int

FindMetaByOffset() public méthode

The find meta by offset.
public FindMetaByOffset ( int offset ) : int
offset int The offset.
Résultat int

MetaFunctions() public méthode

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

ReadRaw() public méthode

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