C# Class HaloMap.Map.MiscFunctions

Summary description for MathFunctions.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Méthode Description
FindModelByBaseClass ( int tagIndex ) : int

The find model by base class.

FormatIFPsInDirectory ( string path ) : void

The format if ps in directory.

MiscFunctions ( Map map ) : System

Initializes a new instance of the MiscFunctions class.

Padding ( int size, int paddingchunksize ) : int

The padding.

ParsePointer ( int &pointer, MapTypes &type ) : void

The parse pointer.

Method Details

FindModelByBaseClass() public méthode

The find model by base class.
public FindModelByBaseClass ( int tagIndex ) : int
tagIndex int Index of the tag.
Résultat int

FormatIFPsInDirectory() public static méthode

The format if ps in directory.
public static FormatIFPsInDirectory ( string path ) : void
path string The path.
Résultat void

MiscFunctions() public méthode

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

Padding() public méthode

The padding.
public Padding ( int size, int paddingchunksize ) : int
size int The size.
paddingchunksize int The paddingchunksize.
Résultat int

ParsePointer() public méthode

The parse pointer.
public ParsePointer ( int &pointer, MapTypes &type ) : void
pointer int The pointer.
type MapTypes The type.
Résultat void