C# Класс Alexandria.Engines.DarkSouls.StringArchive

A collection of strings indexed by ids.
Наследование: Asset
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Browse ( Action progressUpdateCallback = null ) : Control

Browse the string archive as a data grid.

FillContextMenu ( ContextMenuStrip strip ) : void

Add an item to save the string archive to disk.

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

Метод Описание
StringArchive ( AssetManager manager, BinaryReader reader, string name, long length ) : System

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

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

Browse the string archive as a data grid.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

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

Add an item to save the string archive to disk.
public FillContextMenu ( ContextMenuStrip strip ) : void
strip System.Windows.Forms.ContextMenuStrip
Результат void