C# 클래스 HaloMap.Map.MiscFunctions

Summary description for MathFunctions.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
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