C# Class ME3Explorer.Unreal.Classes.ME3BioConversation

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
EntryList List
FemaleFaceSets List
MaleFaceSets List
ReplyList List
SpeakerList List
StageDirections List
StartingList List
export ME3ExportEntry

Public Methods

Method Description
ME3BioConversation ( ME3ExportEntry exp ) : System
Save ( ) : void

Private Methods

Method Description
FindPropByName ( string name ) : int
ReadData ( ) : void
ReadEntryList ( ) : void
ReadFemaleFaceSets ( ) : void
ReadMaleFaceSets ( ) : void
ReadReplyList ( ) : void
ReadSpeakerList ( ) : void
ReadStageDirections ( ) : void
ReadStartingList ( ) : void
WriteBoolProperty ( MemoryStream m, string name, bool value, string type = "BoolProperty" ) : int
WriteByteProperty ( MemoryStream m, string name, int valuetype, 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
WriteNone ( MemoryStream m ) : int
WriteReplyList ( MemoryStream m, ReplyListStruct rp ) : int
WriteStageDirection ( MemoryStream m, StageDirectionStruct sd ) : int
WriteStrProperty ( MemoryStream m, string name, string text ) : int

Method Details

ME3BioConversation() public method

public ME3BioConversation ( ME3ExportEntry exp ) : System
exp ME3ExportEntry
return System

Save() public method

public Save ( ) : void
return void

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

ReplyList public_oe property

public List ReplyList
return List

SpeakerList public_oe property

public List SpeakerList
return List

StageDirections public_oe property

public List StageDirections
return List

StartingList public_oe property

public List StartingList
return List

export public_oe property

public ME3ExportEntry export
return ME3ExportEntry