C# 클래스 Ultima.BodyConverter

Contains translation tables used for mapping body values to file subsets. Animations
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( int body ) : bool

Checks to see if body is contained within the mapping table.

Convert ( int &body ) : int

Attempts to convert body to a body index relative to a file subset, specified by the return value.

GetTrueBody ( int FileType, int index ) : int

Converts backward

Initialize ( ) : void

Fills bodyconv.def Tables

비공개 메소드들

메소드 설명
BodyConverter ( ) : System

메소드 상세

Contains() 공개 정적인 메소드

Checks to see if body is contained within the mapping table.
public static Contains ( int body ) : bool
body int
리턴 bool

Convert() 공개 정적인 메소드

Attempts to convert body to a body index relative to a file subset, specified by the return value.
public static Convert ( int &body ) : int
body int
리턴 int

GetTrueBody() 공개 정적인 메소드

Converts backward
public static GetTrueBody ( int FileType, int index ) : int
FileType int
index int
리턴 int

Initialize() 공개 정적인 메소드

Fills bodyconv.def Tables
public static Initialize ( ) : void
리턴 void