UE2:DialogGameInfoLocal (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> Actor >> Info >> GameInfo >> DialogGameInfo >> DialogGameInfoLocal |
- Package:
- U2Dialog
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
DialogGameInfoLocal.uc $Author: Mbaldwin $ $Date: 12/07/02 1:09a $ $Revision: 4 $
Properties
bPlayAudio
Type: bool
Default value: True
CurrentDir
Type: string
current directory from which to get .dlg files
CurrentFile
Type: int
current index into .dlg file list
CurrentLongText
Type: string
subtitle text of current dialog node
CurrentNode
Type: int
index of the currently displaying node
CurrentShortText
Type: string
choice text of current dialog node
Files
list of files in the dialog directory
Nodes
Type: array<DialogNode>
list of nodes for the current dir / file
Functions
Exec functions
CurrentNodeFailed
exec function CurrentNodeFailed ()
CurrentNodeValidated
exec function CurrentNodeValidated ()
GetDialogChoice
exec function GetDialogChoice ()
GetDialogDir
exec function GetDialogDir ()
GetDialogFile
exec function GetDialogFile ()
GetDialogSubtitle
exec function GetDialogSubtitle ()
NextFile
exec function NextFile ()
NextNode
exec function NextNode ()
PrevFile
exec function PrevFile ()
PrevNode
exec function PrevNode ()
ReloadFile
exec function ReloadFile ()
SetDialogDir
exec function SetDialogDir (string Directory)
SetDialogFile
exec function SetDialogFile (string Filename)
ToggleDialogAudio
exec function ToggleDialogAudio ()
Other instance functions
DisplayLongText
function DisplayLongText ()
DisplayShortText
function DisplayShortText ()
ExtractFilenamesFromPaths
function ExtractFilenamesFromPaths ()
GetNodeList
PlayAudioFile
function PlayAudioFile ()
ProcessCurrentFile
function ProcessCurrentFile ()
ProcessCurrentNode
function ProcessCurrentNode ()
StopAudioFile
function StopAudioFile ()