Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:Solid Snake/CeConversationManager

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 :: Object >> ceConversationManager

Constants[edit]

SEPERATOR = "<%>" 

Properties[edit]

ceConversationManager[edit]

array<s_LocalizedString> CommandResponses 
array<s_LocalizedString> Commands 
array<s_ConversationData> Conversations 
array<int> EncapsulatingCharacters 
array<float> Memory_Float 
array<int> Memory_Int 
array<string> Memory_String 
array<s_VerbData> Verbs 

Structures[edit]

s_ConversationData[edit]

bool bRelevant 
string SaidList 

ceConversationManager[edit]

string LinkedList 
array<s_StringID> Strings 
string Topic 

s_LocalizedString[edit]

ceConversationManager[edit]

string Text 

s_StringID[edit]

ceConversationManager[edit]

string AText 
string BText 
int ID 

s_VerbData[edit]

ceConversationManager[edit]

string LinkedList 
string Verb 

Delegates[edit]

bool PostModifyText(string Text )
ResponseAction(int ResponseID )

Functions[edit]

bool bIsTopicRelevant(int index )
GetAllTopics(int index, out array<string> Topics )
GetAllTopicsWithVerb(string Verb, out array<string> Topics )
GetAllVerbs(out array<string> OutVerbs )
string GetSeperator( )
bool MatchEncapsulatingCharacter(string s, out string t )
ParseInput(string Input, out array<string> Output )
ParseInputString(string Input, out array<string> Output )
string Response(int index )
string SendResponse(string Verb, string Topic )

Events[edit]