C# Class ME3Explorer.Unreal.UnrealObjectInfo

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Methods

Method 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 method

public static GetArrayType ( MEGame game, string propName, string typeName ) : ArrayType
game MEGame
propName string
typeName string
return ArrayType

GetEnumType() public static method

public static GetEnumType ( MEGame game, string propName, string typeName ) : string
game MEGame
propName string
typeName string
return string

GetPropertyInfo() public static method

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

inheritsFrom() public static method

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