I'm a doctor, not a mechanic
UE2:Dialog (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ExitEventInfo (U2XMP))
Contents |
- Package:
- U2Dialog
- Direct subclasses:
- DialogController, DialogEngine, DialogNode, DialogSession
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Dialog.uc Created By: Mike Baldwin Created On: 3/29/2001 $Author: Mbaldwin $ $Date: 12/17/02 1:02p $ $Revision: 21 $
[edit] Constants
[edit] DialogBeginEvent
Value: 'dialogbegin'
[edit] DialogEndEvent
Value: 'dialogend'
[edit] DialogAbortEvent
Value: 'dialogabort'
[edit] DialogAbortEndEvent
Value: 'dialogabortend'
[edit] DialogSubtitlesOnEvent
Value: "dlgsubtitleson"
[edit] DialogSubtitlesOffEvent
Value: "dlgsubtitlesoff"
[edit] NumAttitudes
Value: 3
[edit] PlayerSpeakerString
Value: "PLAYER"
[edit] Properties
[edit] Property group 'Dialog'
[edit] bDialogDebug
Type: bool
Modifiers: globalconfig, protected
[edit] Default values
| Property | Value |
|---|---|
| bHidden | True |
[edit] Enums
[edit] EDialogAttitude
- DIALOGATTITUDE_Dislike
- DIALOGATTITUDE_Impartial
- DIALOGATTITUDE_Like
[edit] EDialogBoolean
- DIALOGBOOLEAN_None
- DIALOGBOOLEAN_True
- DIALOGBOOLEAN_False
[edit] EDialogEnding
- DIALOGENDING_Normal
- DIALOGENDING_SpeakerHitEscape
- DIALOGENDING_SpeakerWalkedAway
- DIALOGENDING_ScriptedAbort
- DIALOGENDING_InterruptRequest
- DIALOGENDING_InterruptResponse
- DIALOGENDING_InterruptWalkAway
- DIALOGENDING_AllAborts
[edit] EDialogStatus
- DIALOGSTATUS_Normal
- DIALOGSTATUS_Aborting
- DIALOGSTATUS_Resuming
- DIALOGSTATUS_InterruptRequest
- DIALOGSTATUS_InterruptResponse
- DIALOGSTATUS_InterruptWalkAway
- DIALOGSTATUS_SpeakerDamaged
[edit] EDialogTone
- DIALOGTONE_None
- DIALOGTONE_Casual
- DIALOGTONE_Formal
- DIALOGTONE_Command
- DIALOGTONE_Transition
- used only for nodes/trees that bridge
[edit] Structs
[edit] AbortMapT
- string Speaker
- with which this actor aborted dialog
- EDialogEnding Ending
- aborting behavior
- name AbortNodeName
- the dialog node to use for dealing with abortions .. ahem
[edit] ExitEventInfo
Modifiers: native
- name EventName
- name of event to trigger
- name Target
- optional target to dispatch event explicitly (speaker string converted to a name)
[edit] NodeEnableInfo
Modifiers: native
- name Node
- node tag to work en/disable
- byte bEnable
- 0 = disable, 1 = enable
- byte bOnExit
- enable nodes when dialog is over?
[edit] ResumeMapT
- string Speaker
- with which this actor will resume dialog
- EDialogEnding Ending
- how the last conversation ended with this speaker
- name ResumeNodeName
- the dialog node to use for resuming the conversation
[edit] StatusMapT
- string Speaker
- speaker we were speaking to
- EDialogEnding Ending
- how the conversation ended
[edit] Functions
[edit] Static native functions
[edit] GetOggFilename
[edit] Instance functions
[edit] DMDLG
function DMDLG (coerce string Msg)
