Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

U2Dialog.DialogControllerPlayer

Extends
DialogController
Modifiers
native

Core.Object
|   
+-- Engine.Actor
   |   
   +-- U2Dialog.Dialog
      |   
      +-- U2Dialog.DialogController
         |   
         +-- U2Dialog.DialogControllerPlayer

Constants Summary
DialogTrayCloseEvent="DialogOff"
DialogTrayHideEvent="DialogHide"
DialogTrayOpenEvent="DialogOn"
MaxDialogChoices=7
Inherited Contants from U2Dialog.Dialog
DialogAbortEndEvent, DialogAbortEvent, DialogBeginEvent, DialogEndEvent, DialogSubtitlesOffEvent, DialogSubtitlesOnEvent, NumAttitudes, PlayerSpeakerString

Variables Summary
bytebShown[MaxDialogChoices]
stringText[MaxDialogChoices]
Inherited Variables from U2Dialog.DialogController
AbortMapCurrent, AbortMapDefault, Actor, Attitude, DCSpeaker, Mood, Nodes, OtherParticipant, ReadyTime, ResumeMapCurrent, ResumeMapDefault, Selection, StatusMap
Inherited Variables from U2Dialog.Dialog
bDialogDebug

Enumerations Summary
Inherited Enumerations from U2Dialog.Dialog
EDialogAttitude, EDialogBoolean, EDialogEnding, EDialogStatus, EDialogTone

Structures Summary
Inherited Structures from U2Dialog.Dialog
AbortMapT, ExitEventInfo, NodeEnableInfo, ResumeMapT, StatusMapT

Functions Summary
event AddChoice (int Which, string Choice ))
function CloseAllTrays ()))
function CloseTray (int Which ))
event DialogEnd ()))
functionstring GetText1 ()))
functionstring GetText2 ()))
functionstring GetText3 ()))
functionstring GetText4 ()))
functionstring GetText5 ()))
functionstring GetText6 ()))
functionstring GetText7 ()))
function ListenToKeyboard ()
function NotifyLevelChange ()))
function NotifyPostLogin ()))
function OpenTray (int Which ))
event RemoveChoice (int Which ))
function UnlistenToKeyboard ()
Inherited Functions from U2Dialog.DialogController
ChangeMood, DialogBegin, DialogEnd, DisableHeadTracking, DisplayDebugInfo, EnableHeadTracking, FindAbortMatch, FindResumeMatch, GetAbortTopic, GetDialogEnding, GetInterruptRequestTopic, GetInterruptResponseTopic, GetInterruptWalkAwayTopic, GetResumeTopic, NotifyNPCReady, SetAbortTopic, SetDialogEnding, SetResumeTopic, SetTalking, TurnToFace
Inherited Functions from U2Dialog.Dialog
DMDLG, GetOggFilename


Constants Detail

DialogTrayCloseEvent Source code

const DialogTrayCloseEvent = "DialogOff";

DialogTrayHideEvent Source code

const DialogTrayHideEvent = "DialogHide";

DialogTrayOpenEvent Source code

const DialogTrayOpenEvent = "DialogOn";

MaxDialogChoices Source code

const MaxDialogChoices = 7;


Variables Detail

bShown[MaxDialogChoices] Source code

var byte bShown[MaxDialogChoices];

Text[MaxDialogChoices] Source code

var string Text[MaxDialogChoices];


Functions Detail

AddChoice Source code

event AddChoice ( int Which, string Choice ) )

CloseAllTrays Source code

function CloseAllTrays ( ) )

CloseTray Source code

function CloseTray ( int Which ) )

DialogEnd Source code

event DialogEnd ( ) )

GetText1 Source code

function string GetText1 ( ) )

GetText2 Source code

function string GetText2 ( ) )

GetText3 Source code

function string GetText3 ( ) )

GetText4 Source code

function string GetText4 ( ) )

GetText5 Source code

function string GetText5 ( ) )

GetText6 Source code

function string GetText6 ( ) )

GetText7 Source code

function string GetText7 ( ) )

ListenToKeyboard Source code

native function ListenToKeyboard ( )

NotifyLevelChange Source code

function NotifyLevelChange ( ) )

NotifyPostLogin Source code

function NotifyPostLogin ( ) )

OpenTray Source code

function OpenTray ( int Which ) )

RemoveChoice Source code

event RemoveChoice ( int Which ) )

UnlistenToKeyboard Source code

native function UnlistenToKeyboard ( )


Defaultproperties

defaultproperties
{
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:28.738 - Created with UnCodeX