C# Class PipBoy.DataMap

Show file Open project: weberph/Fallout4-PipBoy

Public Properties

Property Type Description
DataKeys string>.Dictionary

Public Methods

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

Method Details

DataMap() public method

public DataMap ( DataElement>.Dictionary data ) : System.Collections.Generic
data DataElement>.Dictionary
return System.Collections.Generic

TryGetIndex() public method

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

Property Details

DataKeys public static property

public static Dictionary DataKeys
return string>.Dictionary