C# 클래스 ME1Explorer.Unreal.Classes.ME1BioConversation

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EntryList List
FemaleFaceSets List
MaleFaceSets List
Memory byte[]
MyIndex int
Props List
ReplyList List
ScriptList List
SpeakerList List
StartingList List
TlkFileSet int
Unk1 int
pcc ME3Explorer.Packages.ME1Package

공개 메소드들

메소드 설명
FindName ( string s ) : int
FindPropByName ( string name ) : int
ME1BioConversation ( ME1Package Pcc, int Index ) : System.IO
Save ( ) : void
WriteBoolProperty ( MemoryStream m, string name, bool value, string type = "BoolProperty" ) : int
WriteByteProperty ( MemoryStream m, string name, int valuename ) : int
WriteEntryList ( MemoryStream m, EntryListStuct el ) : int
WriteEntryReplyList ( MemoryStream m, List list ) : int
WriteIntArrayProperty ( MemoryStream m, string name, List value ) : int
WriteIntProperty ( MemoryStream m, string name, int value, string type = "IntProperty" ) : int
WriteNameProperty ( MemoryStream m, string name, int value ) : int
WriteNone ( MemoryStream m ) : int
WriteReplyList ( MemoryStream m, ReplyListStruct rp ) : int
WriteScriptList ( MemoryStream m, ScriptListStruct sd ) : int
WriteSpeakerList ( MemoryStream m, SpeakerListStruct sp ) : int
WriteStrProperty ( MemoryStream m, string name, string text ) : int

비공개 메소드들

메소드 설명
ReadData ( ) : void
ReadEntryList ( ) : void
ReadFemaleFaceSets ( ) : void
ReadMaleFaceSets ( ) : void
ReadReplyList ( ) : void
ReadScriptList ( ) : void
ReadSpeakerList ( ) : void
ReadStartingList ( ) : void

메소드 상세

FindName() 공개 메소드

public FindName ( string s ) : int
s string
리턴 int

FindPropByName() 공개 메소드

public FindPropByName ( string name ) : int
name string
리턴 int

ME1BioConversation() 공개 메소드

public ME1BioConversation ( ME1Package Pcc, int Index ) : System.IO
Pcc ME3Explorer.Packages.ME1Package
Index int
리턴 System.IO

Save() 공개 메소드

public Save ( ) : void
리턴 void

WriteBoolProperty() 공개 메소드

public WriteBoolProperty ( MemoryStream m, string name, bool value, string type = "BoolProperty" ) : int
m System.IO.MemoryStream
name string
value bool
type string
리턴 int

WriteByteProperty() 공개 메소드

public WriteByteProperty ( MemoryStream m, string name, int valuename ) : int
m System.IO.MemoryStream
name string
valuename int
리턴 int

WriteEntryList() 공개 메소드

public WriteEntryList ( MemoryStream m, EntryListStuct el ) : int
m System.IO.MemoryStream
el EntryListStuct
리턴 int

WriteEntryReplyList() 공개 메소드

public WriteEntryReplyList ( MemoryStream m, List list ) : int
m System.IO.MemoryStream
list List
리턴 int

WriteIntArrayProperty() 공개 메소드

public WriteIntArrayProperty ( MemoryStream m, string name, List value ) : int
m System.IO.MemoryStream
name string
value List
리턴 int

WriteIntProperty() 공개 메소드

public WriteIntProperty ( MemoryStream m, string name, int value, string type = "IntProperty" ) : int
m System.IO.MemoryStream
name string
value int
type string
리턴 int

WriteNameProperty() 공개 메소드

public WriteNameProperty ( MemoryStream m, string name, int value ) : int
m System.IO.MemoryStream
name string
value int
리턴 int

WriteNone() 공개 메소드

public WriteNone ( MemoryStream m ) : int
m System.IO.MemoryStream
리턴 int

WriteReplyList() 공개 메소드

public WriteReplyList ( MemoryStream m, ReplyListStruct rp ) : int
m System.IO.MemoryStream
rp ReplyListStruct
리턴 int

WriteScriptList() 공개 메소드

public WriteScriptList ( MemoryStream m, ScriptListStruct sd ) : int
m System.IO.MemoryStream
sd ScriptListStruct
리턴 int

WriteSpeakerList() 공개 메소드

public WriteSpeakerList ( MemoryStream m, SpeakerListStruct sp ) : int
m System.IO.MemoryStream
sp SpeakerListStruct
리턴 int

WriteStrProperty() 공개 메소드

public WriteStrProperty ( MemoryStream m, string name, string text ) : int
m System.IO.MemoryStream
name string
text string
리턴 int

프로퍼티 상세

EntryList 공개적으로 프로퍼티

public List EntryList
리턴 List

FemaleFaceSets 공개적으로 프로퍼티

public List FemaleFaceSets
리턴 List

MaleFaceSets 공개적으로 프로퍼티

public List MaleFaceSets
리턴 List

Memory 공개적으로 프로퍼티

public byte[] Memory
리턴 byte[]

MyIndex 공개적으로 프로퍼티

public int MyIndex
리턴 int

Props 공개적으로 프로퍼티

public List Props
리턴 List

ReplyList 공개적으로 프로퍼티

public List ReplyList
리턴 List

ScriptList 공개적으로 프로퍼티

public List ScriptList
리턴 List

SpeakerList 공개적으로 프로퍼티

public List SpeakerList
리턴 List

StartingList 공개적으로 프로퍼티

public List StartingList
리턴 List

TlkFileSet 공개적으로 프로퍼티

public int TlkFileSet
리턴 int

Unk1 공개적으로 프로퍼티

public int Unk1
리턴 int

pcc 공개적으로 프로퍼티

public ME1Package,ME3Explorer.Packages pcc
리턴 ME3Explorer.Packages.ME1Package