C# Class ME3Explorer.Unreal.Classes.Function

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
child int
flagint int
flags string[]
memory byte[]
memsize int
nativeindex int
pcc ME3Package
script byte[]
size int
unk1 int
unk2 int

Méthodes publiques

Méthode 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 méthode

public Deserialize ( ) : void
Résultat void

Function() public méthode

public Function ( ) : System
Résultat System

Function() public méthode

public Function ( byte raw, ME3Package Pcc ) : System
raw byte
Pcc ME3Package
Résultat System

GetFlagInt() public méthode

public GetFlagInt ( ) : int
Résultat int

GetFlags() public méthode

public GetFlags ( ) : string
Résultat string

GetNatIdx() public méthode

public GetNatIdx ( ) : int
Résultat int

ReadHeader() public méthode

public ReadHeader ( ) : void
Résultat void

ToRawText() public méthode

public ToRawText ( bool debug = true ) : string
debug bool
Résultat string

Property Details

child public_oe property

public int child
Résultat int

flagint public_oe property

public int flagint
Résultat int

flags public_oe property

public string[] flags
Résultat string[]

memory public_oe property

public byte[] memory
Résultat byte[]

memsize public_oe property

public int memsize
Résultat int

nativeindex public_oe property

public int nativeindex
Résultat int

pcc public_oe property

public ME3Package pcc
Résultat ME3Package

script public_oe property

public byte[] script
Résultat byte[]

size public_oe property

public int size
Résultat int

unk1 public_oe property

public int unk1
Résultat int

unk2 public_oe property

public int unk2
Résultat int