C# Class ME3Explorer.Unreal.Classes.ME3BioConversation

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

Méthodes publiques

Свойство Type Description
EntryList List
FemaleFaceSets List
MaleFaceSets List
ReplyList List
SpeakerList List
StageDirections List
StartingList List
export ME3ExportEntry

Méthodes publiques

Méthode Description
ME3BioConversation ( ME3ExportEntry exp ) : System
Save ( ) : void

Private Methods

Méthode 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 méthode

public ME3BioConversation ( ME3ExportEntry exp ) : System
exp ME3ExportEntry
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void

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

ReplyList public_oe property

public List ReplyList
Résultat List

SpeakerList public_oe property

public List SpeakerList
Résultat List

StageDirections public_oe property

public List StageDirections
Résultat List

StartingList public_oe property

public List StartingList
Résultat List

export public_oe property

public ME3ExportEntry export
Résultat ME3ExportEntry