C# Class ME3Explorer.Unreal.Classes.ME3BioConversation

Show file 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 property

public List EntryList
return List

FemaleFaceSets public property

public List FemaleFaceSets
return List

MaleFaceSets public property

public List MaleFaceSets
return List

ReplyList public property

public List ReplyList
return List

SpeakerList public property

public List SpeakerList
return List

StageDirections public property

public List StageDirections
return List

StartingList public property

public List StartingList
return List

export public property

public ME3ExportEntry export
return ME3ExportEntry