C# Class DatDigger.Sections.Resource.ResourceSection

Inheritance: SectionBase
Afficher le fichier Open project: nohbdy/ffxivmodelviewer

Private Properties

Свойство Type Description
LoadHeader void
LoadResourceIds void
LoadResourceInfo void
LoadResourceTypes void
LoadResources void
LoadStringTable void

Méthodes publiques

Méthode Description
LoadSection ( BinaryReaderEx reader ) : void

Private Methods

Méthode Description
LoadHeader ( BinaryReaderEx reader ) : void
LoadResourceIds ( BinaryReaderEx reader ) : void
LoadResourceInfo ( BinaryReaderEx reader ) : void
LoadResourceTypes ( BinaryReaderEx reader ) : void
LoadResources ( BinaryReaderEx reader ) : void
LoadStringTable ( BinaryReaderEx reader ) : void

Method Details

LoadSection() public méthode

public LoadSection ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
Résultat void