C# Class ME2Explorer.Unreal.Classes.ME2BioConversation

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
EntryList List
FemaleFaceSets List
MaleFaceSets List
Memory byte[]
MyIndex int
Props List
ReplyList List
ScriptList List
SpeakerList List
StartingList List
Unk1 int
pcc ME3Explorer.Packages.ME2Package

Méthodes publiques

Méthode Description
FindName ( string s ) : int
FindPropByName ( string name ) : int
ME2BioConversation ( ME2Package Pcc, int Index ) : System
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

Méthode Description
ReadData ( ) : void
ReadEntryList ( ) : void
ReadFemaleFaceSets ( ) : void
ReadMaleFaceSets ( ) : void
ReadReplyList ( ) : void
ReadScriptList ( ) : void
ReadSpeakerList ( ) : void
ReadStartingList ( ) : void

Method Details

FindName() public méthode

public FindName ( string s ) : int
s string
Résultat int

FindPropByName() public méthode

public FindPropByName ( string name ) : int
name string
Résultat int

ME2BioConversation() public méthode

public ME2BioConversation ( ME2Package Pcc, int Index ) : System
Pcc ME3Explorer.Packages.ME2Package
Index int
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

WriteBoolProperty() public méthode

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

WriteByteProperty() public méthode

public WriteByteProperty ( MemoryStream m, string name, int valuename ) : int
m System.IO.MemoryStream
name string
valuename int
Résultat int

WriteEntryList() public méthode

public WriteEntryList ( MemoryStream m, EntryListStuct el ) : int
m System.IO.MemoryStream
el EntryListStuct
Résultat int

WriteEntryReplyList() public méthode

public WriteEntryReplyList ( MemoryStream m, List list ) : int
m System.IO.MemoryStream
list List
Résultat int

WriteIntArrayProperty() public méthode

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

WriteIntProperty() public méthode

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

WriteNameProperty() public méthode

public WriteNameProperty ( MemoryStream m, string name, int value ) : int
m System.IO.MemoryStream
name string
value int
Résultat int

WriteNone() public méthode

public WriteNone ( MemoryStream m ) : int
m System.IO.MemoryStream
Résultat int

WriteReplyList() public méthode

public WriteReplyList ( MemoryStream m, ReplyListStruct rp ) : int
m System.IO.MemoryStream
rp ReplyListStruct
Résultat int

WriteScriptList() public méthode

public WriteScriptList ( MemoryStream m, ScriptListStruct sd ) : int
m System.IO.MemoryStream
sd ScriptListStruct
Résultat int

WriteSpeakerList() public méthode

public WriteSpeakerList ( MemoryStream m, SpeakerListStruct sp ) : int
m System.IO.MemoryStream
sp SpeakerListStruct
Résultat int

WriteStrProperty() public méthode

public WriteStrProperty ( MemoryStream m, string name, string text ) : int
m System.IO.MemoryStream
name string
text string
Résultat int

Property Details

EntryList public_oe property

public List EntryList
Résultat List

FemaleFaceSets public_oe property

public List FemaleFaceSets
Résultat List

MaleFaceSets public_oe property

public List MaleFaceSets
Résultat List

Memory public_oe property

public byte[] Memory
Résultat byte[]

MyIndex public_oe property

public int MyIndex
Résultat int

Props public_oe property

public List Props
Résultat List

ReplyList public_oe property

public List ReplyList
Résultat List

ScriptList public_oe property

public List ScriptList
Résultat List

SpeakerList public_oe property

public List SpeakerList
Résultat List

StartingList public_oe property

public List StartingList
Résultat List

Unk1 public_oe property

public int Unk1
Résultat int

pcc public_oe property

public ME2Package,ME3Explorer.Packages pcc
Résultat ME3Explorer.Packages.ME2Package