C# Class ME3LibWV.UnrealObjectInfo

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Classes ClassInfo>.Dictionary
Enums List>.Dictionary
SequenceObjects SequenceObjectInfo>.Dictionary
Structs ClassInfo>.Dictionary

Méthodes publiques

Méthode 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 méthode

public static getArrayType ( PropertyInfo p ) : ArrayType
p PropertyInfo
Résultat ArrayType

getArrayType() public static méthode

public static getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
className string
propName string
inStruct bool
Résultat ArrayType

getDefaultClassValue() public static méthode

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

getEnumValues() public static méthode

public static getEnumValues ( string enumName, bool includeNone = false ) : List
enumName string
includeNone bool
Résultat List

getPropertyInfo() public static méthode

public static getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
className string
propName string
inStruct bool
Résultat PropertyInfo

getSequenceObjectInfo() public static méthode

public static getSequenceObjectInfo ( string objectName ) : SequenceObjectInfo
objectName string
Résultat SequenceObjectInfo

isImmutable() public static méthode

public static isImmutable ( string structName ) : bool
structName string
Résultat bool

loadfromJSON() public static méthode

public static loadfromJSON ( ) : void
Résultat void

Property Details

Classes public_oe static_oe property

public static Dictionary Classes
Résultat ClassInfo>.Dictionary

Enums public_oe static_oe property

public static Dictionary> Enums
Résultat List>.Dictionary

SequenceObjects public_oe static_oe property

public static Dictionary SequenceObjects
Résultat SequenceObjectInfo>.Dictionary

Structs public_oe static_oe property

public static Dictionary Structs
Résultat ClassInfo>.Dictionary