C# Class ME3LibWV.UnrealObjectInfo

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

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

Public Methods

Method Description
getArrayType ( PropertyInfo p ) : ArrayType
getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
getDefaultClassValue ( PCCPackage pcc, string className, bool fullProps = false ) : byte[]
getEnumValues ( string enumName, bool includeNone = false ) : List
getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
getSequenceObjectInfo ( string objectName ) : SequenceObjectInfo
isImmutable ( string structName ) : bool
loadfromJSON ( ) : void

Method Details

getArrayType() public static method

public static getArrayType ( PropertyInfo p ) : ArrayType
p 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

getDefaultClassValue() public static method

public static getDefaultClassValue ( PCCPackage pcc, string className, bool fullProps = false ) : byte[]
pcc PCCPackage
className string
fullProps bool
return byte[]

getEnumValues() public static method

public static getEnumValues ( string enumName, bool includeNone = false ) : List
enumName string
includeNone 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 PropertyInfo

getSequenceObjectInfo() public static method

public static getSequenceObjectInfo ( string objectName ) : SequenceObjectInfo
objectName string
return SequenceObjectInfo

isImmutable() public static method

public static isImmutable ( string structName ) : bool
structName string
return bool

loadfromJSON() public static method

public static loadfromJSON ( ) : void
return void

Property Details

Classes public static property

public static Dictionary Classes
return ClassInfo>.Dictionary

Enums public static property

public static Dictionary> Enums
return List>.Dictionary

SequenceObjects public static property

public static Dictionary SequenceObjects
return SequenceObjectInfo>.Dictionary

Structs public static property

public static Dictionary Structs
return ClassInfo>.Dictionary