C# Class PipBoy.InventoryMap

Show file Open project: weberph/Fallout4-PipBoy

Public Methods

Method Description
InventoryMap ( DataElement>.Dictionary data, uint inventoryIndex ) : System.Collections.Generic
TryGetIndex ( InventoryCategory category, uint &index ) : bool

Method Details

InventoryMap() public method

public InventoryMap ( DataElement>.Dictionary data, uint inventoryIndex ) : System.Collections.Generic
data DataElement>.Dictionary
inventoryIndex uint
return System.Collections.Generic

TryGetIndex() public method

public TryGetIndex ( InventoryCategory category, uint &index ) : bool
category InventoryCategory
index uint
return bool