Method | Description | |
---|---|---|
ImportImmutableProperty ( ME3Package pcc, ME3Package importpcc, System.Property p, string className, |
||
ImportProperty ( IMEPackage pcc, IMEPackage importpcc, System.Property p, string className, |
||
PropertyToGrid ( System.Property p, IMEPackage pcc ) : |
||
PropertyToText ( System.Property p, IMEPackage pcc ) : string | ||
ReadProp ( IMEPackage pcc, byte raw, int start ) : List |
||
ReadStructArrayProp ( IMEPackage pcc, System.Property p ) : List
|
||
TypeToString ( int type ) : string | ||
WriteArrayProperty ( this stream, IMEPackage pcc, string propName, int count, Func |
||
WriteArrayProperty ( this stream, IMEPackage pcc, string propName, int count, |
||
WriteArrayProperty ( this stream, IMEPackage pcc, string propName, int count, byte value ) : void | ||
WriteBoolProperty ( this stream, IMEPackage pcc, string propName, bool value ) : void | ||
WriteByteProperty ( this stream, IMEPackage pcc, string propName, byte value ) : void | ||
WriteDelegateProperty ( this stream, IMEPackage pcc, string propName, int unk, |
||
WriteEnumProperty ( this stream, IMEPackage pcc, string propName, |
||
WriteEnumProperty ( this stream, IMEPackage pcc, string propName, string enumName, string enumValue, int index ) : void | ||
WriteFloatProperty ( this stream, IMEPackage pcc, string propName, float value ) : void | ||
WriteIntProperty ( this stream, IMEPackage pcc, string propName, int value ) : void | ||
WriteNameProperty ( this stream, IMEPackage pcc, string propName, |
||
WriteNoneProperty ( this stream, IMEPackage pcc ) : void | ||
WriteObjectProperty ( this stream, IMEPackage pcc, string propName, int value ) : void | ||
WritePropHeader ( this stream, IMEPackage pcc, string propName, PropertyType type, int size ) : void | ||
WriteStringProperty ( this stream, IMEPackage pcc, string propName, string value ) : void | ||
WriteStringRefProperty ( this stream, IMEPackage pcc, string propName, int value ) : void | ||
WriteStructPropVector ( this stream, IMEPackage pcc, string propName, float x, float y, float z ) : void | ||
WriteStructProperty ( this stream, IMEPackage pcc, string propName, string structName, Func |
||
WriteStructProperty ( this stream, IMEPackage pcc, string propName, string structName, |
||
WriteStructProperty ( this stream, IMEPackage pcc, string propName, string structName, byte value ) : void | ||
detectStart ( IMEPackage pcc, byte raw, ulong flags ) : int | ||
getPropList ( IExportEntry export ) : List |
||
getPropOrNull ( IExportEntry export, string propName ) : System.Property | ||
getPropOrNull ( IMEPackage pcc, byte data, int start, string propName ) : System.Property |
Method | Description | |
---|---|---|
ReadValue ( IMEPackage pcc, byte raw, int start, int type ) : PropertyValue | ||
getType ( IMEPackage pcc, int type ) : PropertyType |
public static ImportImmutableProperty ( ME3Package pcc, ME3Package importpcc, System.Property p, string className, |
||
pcc | ME3Package | |
importpcc | ME3Package | |
p | System.Property | |
className | string | |
m | ||
inStruct | bool | |
return | void |
public static ImportProperty ( IMEPackage pcc, IMEPackage importpcc, System.Property p, string className, |
||
pcc | IMEPackage | |
importpcc | IMEPackage | |
p | System.Property | |
className | string | |
m | ||
inStruct | bool | |
return | void |
public static PropertyToGrid ( System.Property p, IMEPackage pcc ) : |
||
p | System.Property | |
pcc | IMEPackage | |
return |
public static PropertyToText ( System.Property p, IMEPackage pcc ) : string | ||
p | System.Property | |
pcc | IMEPackage | |
return | string |
public static ReadProp ( IMEPackage pcc, byte raw, int start ) : List |
||
pcc | IMEPackage | |
raw | byte | |
start | int | |
return | List |
public static ReadStructArrayProp ( IMEPackage pcc, System.Property p ) : List
|
||
pcc | IMEPackage | |
p | System.Property | |
return | List
|
public static TypeToString ( int type ) : string | ||
type | int | |
return | string |
public static WriteArrayProperty ( this stream, IMEPackage pcc, string propName, int count, Func |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
count | int | |
func | Func |
|
return | void |
public static WriteArrayProperty ( this stream, IMEPackage pcc, string propName, int count, |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
count | int | |
value | ||
return | void |
public static WriteArrayProperty ( this stream, IMEPackage pcc, string propName, int count, byte value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
count | int | |
value | byte | |
return | void |
public static WriteBoolProperty ( this stream, IMEPackage pcc, string propName, bool value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | bool | |
return | void |
public static WriteByteProperty ( this stream, IMEPackage pcc, string propName, byte value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | byte | |
return | void |
public static WriteDelegateProperty ( this stream, IMEPackage pcc, string propName, int unk, |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
unk | int | |
value | ||
return | void |
public static WriteEnumProperty ( this stream, IMEPackage pcc, string propName, |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
enumName | ||
enumValue | ||
return | void |
public static WriteEnumProperty ( this stream, IMEPackage pcc, string propName, string enumName, string enumValue, int index ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
enumName | string | |
enumValue | string | |
index | int | |
return | void |
public static WriteFloatProperty ( this stream, IMEPackage pcc, string propName, float value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | float | |
return | void |
public static WriteIntProperty ( this stream, IMEPackage pcc, string propName, int value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | int | |
return | void |
public static WriteNameProperty ( this stream, IMEPackage pcc, string propName, |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | ||
return | void |
public static WriteNoneProperty ( this stream, IMEPackage pcc ) : void | ||
stream | this | |
pcc | IMEPackage | |
return | void |
public static WriteObjectProperty ( this stream, IMEPackage pcc, string propName, int value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | int | |
return | void |
public static WritePropHeader ( this stream, IMEPackage pcc, string propName, PropertyType type, int size ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
type | PropertyType | |
size | int | |
return | void |
public static WriteStringProperty ( this stream, IMEPackage pcc, string propName, string value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | string | |
return | void |
public static WriteStringRefProperty ( this stream, IMEPackage pcc, string propName, int value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
value | int | |
return | void |
public static WriteStructPropVector ( this stream, IMEPackage pcc, string propName, float x, float y, float z ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
x | float | |
y | float | |
z | float | |
return | void |
public static WriteStructProperty ( this stream, IMEPackage pcc, string propName, string structName, Func |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
structName | string | |
func | Func |
|
return | void |
public static WriteStructProperty ( this stream, IMEPackage pcc, string propName, string structName, |
||
stream | this | |
pcc | IMEPackage | |
propName | string | |
structName | string | |
value | ||
return | void |
public static WriteStructProperty ( this stream, IMEPackage pcc, string propName, string structName, byte value ) : void | ||
stream | this | |
pcc | IMEPackage | |
propName | string | |
structName | string | |
value | byte | |
return | void |
public static detectStart ( IMEPackage pcc, byte raw, ulong flags ) : int | ||
pcc | IMEPackage | |
raw | byte | |
flags | ulong | |
return | int |
public static getPropList ( IExportEntry export ) : List |
||
export | IExportEntry | |
return | List |
public static getPropOrNull ( IExportEntry export, string propName ) : System.Property | ||
export | IExportEntry | |
propName | string | |
return | System.Property |
public static getPropOrNull ( IMEPackage pcc, byte data, int start, string propName ) : System.Property | ||
pcc | IMEPackage | |
data | byte | |
start | int | |
propName | string | |
return | System.Property |