C# Класс HaloMap.Map.MiscFunctions

Summary description for MathFunctions.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

FindModelByBaseClass() публичный Метод

The find model by base class.
public FindModelByBaseClass ( int tagIndex ) : int
tagIndex int Index of the tag.
Результат int

FormatIFPsInDirectory() публичный статический Метод

The format if ps in directory.
public static FormatIFPsInDirectory ( string path ) : void
path string The path.
Результат void

MiscFunctions() публичный Метод

Initializes a new instance of the MiscFunctions class.
public MiscFunctions ( Map map ) : System
map Map The map.
Результат System

Padding() публичный Метод

The padding.
public Padding ( int size, int paddingchunksize ) : int
size int The size.
paddingchunksize int The paddingchunksize.
Результат int

ParsePointer() публичный Метод

The parse pointer.
public ParsePointer ( int &pointer, MapTypes &type ) : void
pointer int The pointer.
type MapTypes The type.
Результат void