C# 클래스 ME3Explorer.Unreal.Classes.Function

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
child int
flagint int
flags string[]
memory byte[]
memsize int
nativeindex int
pcc ME3Package
script byte[]
size int
unk1 int
unk2 int

공개 메소드들

메소드 설명
Deserialize ( ) : void
Function ( ) : System
Function ( byte raw, ME3Package Pcc ) : System
GetFlagInt ( ) : int
GetFlags ( ) : string
GetNatIdx ( ) : int
ReadHeader ( ) : void
ToRawText ( bool debug = true ) : string

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( ) : void
리턴 void

Function() 공개 메소드

public Function ( ) : System
리턴 System

Function() 공개 메소드

public Function ( byte raw, ME3Package Pcc ) : System
raw byte
Pcc ME3Package
리턴 System

GetFlagInt() 공개 메소드

public GetFlagInt ( ) : int
리턴 int

GetFlags() 공개 메소드

public GetFlags ( ) : string
리턴 string

GetNatIdx() 공개 메소드

public GetNatIdx ( ) : int
리턴 int

ReadHeader() 공개 메소드

public ReadHeader ( ) : void
리턴 void

ToRawText() 공개 메소드

public ToRawText ( bool debug = true ) : string
debug bool
리턴 string

프로퍼티 상세

child 공개적으로 프로퍼티

public int child
리턴 int

flagint 공개적으로 프로퍼티

public int flagint
리턴 int

flags 공개적으로 프로퍼티

public string[] flags
리턴 string[]

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]

memsize 공개적으로 프로퍼티

public int memsize
리턴 int

nativeindex 공개적으로 프로퍼티

public int nativeindex
리턴 int

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package

script 공개적으로 프로퍼티

public byte[] script
리턴 byte[]

size 공개적으로 프로퍼티

public int size
리턴 int

unk1 공개적으로 프로퍼티

public int unk1
리턴 int

unk2 공개적으로 프로퍼티

public int unk2
리턴 int