C# Class ModelViewer.Cache.EquipParamCache

Show file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
FillCache ( ) : void
GetById ( int modelId ) : EquipParam
Init ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
InsertRow ( EquipParam row ) : void

Method Details

FillCache() public static method

public static FillCache ( ) : void
return void

GetById() public static method

public static GetById ( int modelId ) : EquipParam
modelId int
return DatDigger.Sections.Model.EquipParam

Init() public static method

public static Init ( ) : void
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void