C# Класс DungeonMasterParser.DungeonData

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

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

Метод Описание
DungeonData ( ) : System
GetItemDescriptor ( ObjectCategory category, int categoryIndexType ) : ItemDescriptor
ParseCreatureDatas ( ) : IList

Приватные методы

Метод Описание
ConnectDescriptorToItemDescriptor ( ) : void
GetDoorTexturNames ( ) : IList
GetFloorTextureNames ( ) : IList
GetItemsDescriptors ( ) : IList
GetKey ( string s ) : string
GetWallTextureNames ( ) : IList
ParseArmorDescriptors ( ) : IList
ParseContainerDescriptors ( ) : IList
ParseFightActions ( ) : IList
ParseFightCombos ( ) : IList
ParseMiscDescriptors ( ) : IList
ParsePotionDescriptors ( ) : IList
ParseScrollDescriptors ( ) : IList
ParseWeaponDescriptors ( ) : IList

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

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

public DungeonData ( ) : System
Результат System

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

public GetItemDescriptor ( ObjectCategory category, int categoryIndexType ) : ItemDescriptor
category ObjectCategory
categoryIndexType int
Результат DungeonMasterParser.Support.ItemDescriptor

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

public ParseCreatureDatas ( ) : IList
Результат IList