C# Класс Ultima.BodyConverter

Contains translation tables used for mapping body values to file subsets. Animations
Показать файл Открыть проект Примеры использования класса

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

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