C# Class ME3Explorer.Unreal.Classes.Function

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
child int
flagint int
flags string[]
memory byte[]
memsize int
nativeindex int
pcc ME3Package
script byte[]
size int
unk1 int
unk2 int

Public Methods

Method Description
Deserialize ( ) : void
Function ( ) : System
Function ( byte raw, ME3Package Pcc ) : System
GetFlagInt ( ) : int
GetFlags ( ) : string
GetNatIdx ( ) : int
ReadHeader ( ) : void
ToRawText ( bool debug = true ) : string

Method Details

Deserialize() public method

public Deserialize ( ) : void
return void

Function() public method

public Function ( ) : System
return System

Function() public method

public Function ( byte raw, ME3Package Pcc ) : System
raw byte
Pcc ME3Package
return System

GetFlagInt() public method

public GetFlagInt ( ) : int
return int

GetFlags() public method

public GetFlags ( ) : string
return string

GetNatIdx() public method

public GetNatIdx ( ) : int
return int

ReadHeader() public method

public ReadHeader ( ) : void
return void

ToRawText() public method

public ToRawText ( bool debug = true ) : string
debug bool
return string

Property Details

child public property

public int child
return int

flagint public property

public int flagint
return int

flags public property

public string[] flags
return string[]

memory public property

public byte[] memory
return byte[]

memsize public property

public int memsize
return int

nativeindex public property

public int nativeindex
return int

pcc public property

public ME3Package pcc
return ME3Package

script public property

public byte[] script
return byte[]

size public property

public int size
return int

unk1 public property

public int unk1
return int

unk2 public property

public int unk2
return int