C# Class ME1Explorer.Unreal.ME1UnrealObjectInfo

Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Classes ClassInfo>.Dictionary
Enums List>.Dictionary
Structs ClassInfo>.Dictionary

Public Methods

Method Description
generateInfo ( ) : void
getArrayType ( PropertyInfo p ) : ArrayType
getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
getEnumTypefromProp ( string className, string propName, bool inStruct = false ) : string
getEnumValues ( string enumName ) : List
getEnumfromProp ( string className, string propName, bool inStruct = false ) : List
getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
inheritsFrom ( ME1ExportEntry entry, string baseClass ) : bool
loadfromJSON ( ) : void

Private Methods

Method Description
generateClassInfo ( int index, ME1Package pcc ) : ClassInfo
generateEnumValues ( int index, ME1Package pcc ) : void
getProperty ( ME1Package pcc, IExportEntry entry ) : PropertyInfo

Method Details

generateInfo() public static method

public static generateInfo ( ) : void
return void

getArrayType() public static method

public static getArrayType ( PropertyInfo p ) : ArrayType
p ME3Explorer.Packages.PropertyInfo
return ArrayType

getArrayType() public static method

public static getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
className string
propName string
inStruct bool
return ArrayType

getEnumTypefromProp() public static method

public static getEnumTypefromProp ( string className, string propName, bool inStruct = false ) : string
className string
propName string
inStruct bool
return string

getEnumValues() public static method

public static getEnumValues ( string enumName ) : List
enumName string
return List

getEnumfromProp() public static method

public static getEnumfromProp ( string className, string propName, bool inStruct = false ) : List
className string
propName string
inStruct bool
return List

getPropertyInfo() public static method

public static getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
className string
propName string
inStruct bool
return ME3Explorer.Packages.PropertyInfo

inheritsFrom() public static method

public static inheritsFrom ( ME1ExportEntry entry, string baseClass ) : bool
entry ME1ExportEntry
baseClass string
return bool

loadfromJSON() public static method

public static loadfromJSON ( ) : void
return void

Property Details

Classes public_oe static_oe property

public static Dictionary Classes
return ClassInfo>.Dictionary

Enums public_oe static_oe property

public static Dictionary> Enums
return List>.Dictionary

Structs public_oe static_oe property

public static Dictionary Structs
return ClassInfo>.Dictionary