C# Class ME1Explorer.Unreal.Classes.ME1BioConversation

显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
ReadData ( ) : void
ReadEntryList ( ) : void
ReadFemaleFaceSets ( ) : void
ReadMaleFaceSets ( ) : void
ReadReplyList ( ) : void
ReadScriptList ( ) : void
ReadSpeakerList ( ) : void
ReadStartingList ( ) : void

Method Details

FindName() public method

public FindName ( string s ) : int
s string
return int

FindPropByName() public method

public FindPropByName ( string name ) : int
name string
return int

ME1BioConversation() public method

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

Save() public method

public Save ( ) : void
return void

WriteBoolProperty() public method

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

WriteByteProperty() public method

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

WriteEntryList() public method

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

WriteEntryReplyList() public method

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

WriteIntArrayProperty() public method

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

WriteIntProperty() public method

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

WriteNameProperty() public method

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

WriteNone() public method

public WriteNone ( MemoryStream m ) : int
m System.IO.MemoryStream
return int

WriteReplyList() public method

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

WriteScriptList() public method

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

WriteSpeakerList() public method

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

WriteStrProperty() public method

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

Property Details

EntryList public_oe property

public List EntryList
return List

FemaleFaceSets public_oe property

public List FemaleFaceSets
return List

MaleFaceSets public_oe property

public List MaleFaceSets
return List

Memory public_oe property

public byte[] Memory
return byte[]

MyIndex public_oe property

public int MyIndex
return int

Props public_oe property

public List Props
return List

ReplyList public_oe property

public List ReplyList
return List

ScriptList public_oe property

public List ScriptList
return List

SpeakerList public_oe property

public List SpeakerList
return List

StartingList public_oe property

public List StartingList
return List

TlkFileSet public_oe property

public int TlkFileSet
return int

Unk1 public_oe property

public int Unk1
return int

pcc public_oe property

public ME1Package,ME3Explorer.Packages pcc
return ME3Explorer.Packages.ME1Package