C# Class HaloMap.Map.MiscFunctions

Summary description for MathFunctions.
Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method 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 method

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

FormatIFPsInDirectory() public static method

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

MiscFunctions() public method

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

Padding() public method

The padding.
public Padding ( int size, int paddingchunksize ) : int
size int The size.
paddingchunksize int The paddingchunksize.
return int

ParsePointer() public method

The parse pointer.
public ParsePointer ( int &pointer, MapTypes &type ) : void
pointer int The pointer.
type MapTypes The type.
return void