C# 클래스 PipBoy.DataMap

파일 보기 프로젝트 열기: weberph/Fallout4-PipBoy

공개 프로퍼티들

프로퍼티 타입 설명
DataKeys string>.Dictionary

공개 메소드들

메소드 설명
DataMap ( DataElement>.Dictionary data ) : System.Collections.Generic
TryGetIndex ( DataCategory category, uint &index ) : bool

메소드 상세

DataMap() 공개 메소드

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

TryGetIndex() 공개 메소드

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

프로퍼티 상세

DataKeys 공개적으로 정적으로 프로퍼티

public static Dictionary DataKeys
리턴 string>.Dictionary