C# Class ME3Explorer.Unreal.ME3UnrealObjectInfo

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
generateInfo ( ) : void
getArrayType ( PropertyInfo p ) : ArrayType
getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
getDefaultClassValue ( ME3Package pcc, string className, bool fullProps = false ) : byte[]
getDefaultStructValue ( string className ) : PropertyCollection
getEnumTypefromProp ( string className, string propName, bool inStruct = false ) : string
getEnumValues ( string enumName, bool includeNone = false ) : List
getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
getSequenceObjectInfo ( string objectName ) : SequenceObjectInfo
inheritsFrom ( ME3ExportEntry entry, string baseClass ) : bool
isImmutable ( string structName ) : bool
loadfromJSON ( ) : void

Private Methods

Méthode Description
generateClassInfo ( int index, ME3Package pcc ) : ClassInfo
generateEnumValues ( int index, ME3Package pcc ) : void
generateSequenceObjectInfo ( int i, ME3Package pcc ) : SequenceObjectInfo
getProperty ( ME3Package pcc, IExportEntry entry ) : PropertyInfo

Method Details

generateInfo() public static méthode

public static generateInfo ( ) : void
Résultat void

getArrayType() public static méthode

public static getArrayType ( PropertyInfo p ) : ArrayType
p ME3Explorer.Packages.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 ( ME3Package pcc, string className, bool fullProps = false ) : byte[]
pcc ME3Package
className string
fullProps bool
Résultat byte[]

getDefaultStructValue() public static méthode

public static getDefaultStructValue ( string className ) : PropertyCollection
className string
Résultat PropertyCollection

getEnumTypefromProp() public static méthode

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

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 ME3Explorer.Packages.PropertyInfo

getSequenceObjectInfo() public static méthode

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

inheritsFrom() public static méthode

public static inheritsFrom ( ME3ExportEntry entry, string baseClass ) : bool
entry ME3ExportEntry
baseClass string
Résultat bool

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