C# Class ME3Explorer.Unreal.UnrealObjectInfo

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

Méthodes publiques

Méthode Description
GetArrayType ( MEGame game, string propName, string typeName ) : ArrayType
GetEnumType ( MEGame game, string propName, string typeName ) : string
GetPropertyInfo ( MEGame game, string propname, string typeName ) : PropertyInfo
inheritsFrom ( this entry, string baseClass ) : bool

Method Details

GetArrayType() public static méthode

public static GetArrayType ( MEGame game, string propName, string typeName ) : ArrayType
game MEGame
propName string
typeName string
Résultat ArrayType

GetEnumType() public static méthode

public static GetEnumType ( MEGame game, string propName, string typeName ) : string
game MEGame
propName string
typeName string
Résultat string

GetPropertyInfo() public static méthode

public static GetPropertyInfo ( MEGame game, string propname, string typeName ) : PropertyInfo
game MEGame
propname string
typeName string
Résultat ME3Explorer.Packages.PropertyInfo

inheritsFrom() public static méthode

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