I'm a doctor, not a mechanic

UE2:DialogControllerPlayer (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Dialog >> DialogController >> DialogControllerPlayer
Package: 
U2Dialog

DialogControllerPlayer.uc Created By: Mike Baldwin Created On: 4/16/2001 $Author: Mbaldwin $ $Date: 10/24/02 1:44a $ $Revision: 11 $

Constants[edit]

MaxDialogChoices[edit]

Value: 7


DialogTrayOpenEvent[edit]

Value: "DialogOn"


DialogTrayCloseEvent[edit]

Value: "DialogOff"


DialogTrayHideEvent[edit]

Value: "DialogHide"


Properties[edit]

bShown[edit]

Type: byte

Array size: 7 (MaxDialogChoices)


Text[edit]

Type: string

Array size: 7 (MaxDialogChoices)


Functions[edit]

Native functions[edit]

ListenToKeyboard[edit]

native function ListenToKeyboard ()


UnlistenToKeyboard[edit]

native function UnlistenToKeyboard ()


Events[edit]

AddChoice[edit]

event AddChoice (int Which, string Choice)


DialogEnd[edit]

event DialogEnd ()

Overrides: DialogController.DialogEnd


RemoveChoice[edit]

event RemoveChoice (int Which)


Other instance functions[edit]

CloseAllTrays[edit]

function CloseAllTrays ()


CloseTray[edit]

function CloseTray (int Which)


GetText1[edit]

function string GetText1 ()


GetText2[edit]

function string GetText2 ()


GetText3[edit]

function string GetText3 ()


GetText4[edit]

function string GetText4 ()


GetText5[edit]

function string GetText5 ()


GetText6[edit]

function string GetText6 ()


GetText7[edit]

function string GetText7 ()


NotifyLevelChange[edit]

function NotifyLevelChange ()


NotifyPostLogin[edit]

function NotifyPostLogin ()


OpenTray[edit]

function OpenTray (int Which)