| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- DeusEx.ConPlayBase
|
+-- DeusEx.DataLinkPlay
| Variables Summary | |
|---|---|
| Bool | bEndTransmission |
| Float | blinkRate |
| Bool | bSilent |
| Bool | bStartTransmission |
| HUDInfoLinkDisplay | datalink |
| Conversation | dataLinkQueue[8] |
| DatalinkTrigger | datalinkTrigger |
| Float | endDelay |
| String | EndTransmission |
| Float | eventTimer |
| S_InfoLinkNames | infoLinkNames[17] |
| Float | perCharDelay |
| Float | startDelay |
| Sound | startSound |
| Enumerations Summary |
|---|
| Inherited Enumerations from DeusEx.ConPlayBase |
|---|
| EConditions, EDisplayMode, EEventAction, EEventType, EFlagType, EPersonaTypes, EPlayModes, ESpeechFonts |
| Inherited Enumerations from Engine.Actor |
|---|
| EAIEventState, EAIEventType, EBarkModes, EDodgeDir, EDrawType, EInputAction, EInputKey, ELightEffect, ELightType, EMusicTransition, ENetRole, EPhysics, ERenderStyle, ESoundSlot, ETravelType |
| Structures Summary | ||
|---|---|---|
| S_InfoLinkNames BindName, DisplayName | ||
| Inherited Structures from Engine.Actor |
|---|
| PointRegion, XAIParams |
| Functions Summary | ||
|---|---|---|
![]() | AbortAndSaveHistory ())) | |
![]() | AbortDataLink ())) | |
![]() | Bool | FireNextDataLink ())) |
![]() | String | GetDisplayName (String bindName)) |
![]() | InsertDataLink (Conversation insertCon )) | |
![]() | JumpToConversation (Conversation jumpCon, String startLabel )) | |
![]() | NotifyDatalinkTrigger ())) | |
![]() | PlayNextEvent ())) | |
![]() | PlaySpeech (int soundID )) | |
![]() | Conversation | PopDataLink ())) |
![]() | ProcessAction (EEventAction nextAction, string nextLabel )) | |
![]() | bool | PushDataLink (Conversation queueCon )) |
![]() | ResumeDataLinks ())) | |
![]() | bool | SetConversation (Conversation newCon )) |
![]() | SetTrigger (DataLinkTrigger newDatalinkTrigger)) | |
![]() | SetupEvent ())) PlayEvent | |
![]() | EEventAction | SetupEventSpeech (ConEventSpeech event, out String nextLabel )) |
![]() | Bool | StartConversation (DeusExPlayer newPlayer, optional Actor newInvokeActor, optional bool bForcePlay)) |
![]() | TerminateConversation (optional bool bContinueSpeech, optional bool bNoPlayedFlag)) | |
![]() | Timer ())) | |
![]() | Timer ())) WaitForSpeech | |
| States Summary |
|---|
| PlayEvent Source code |
|---|
|
state PlayEvent |
| SetupEvent |
| WaitForSpeech Source code |
|---|
|
state WaitForSpeech |
| Timer |
| Variables Detail |
|---|
| Structures Detail |
|---|
| Functions Detail |
|---|
AbortAndSaveHistory Source code
AbortDataLink Source code
FireNextDataLink Source code
GetDisplayName Source code
InsertDataLink Source code
JumpToConversation Source code
NotifyDatalinkTrigger Source code
PlayNextEvent Source code
PlaySpeech Source code
PopDataLink Source code
ProcessAction Source code
PushDataLink Source code
ResumeDataLinks Source code
SetConversation Source code
SetTrigger Source code
SetupEvent PlayEvent Source code
SetupEventSpeech Source code
StartConversation Source code
TerminateConversation Source code
Timer Source code
Timer WaitForSpeech Source code| Defaultproperties |
|---|
defaultproperties { startSound=Sound'DeusExSounds.UserInterface.DataLinkStart' blinkRate=0.500000 startDelay=1.500000 endDelay=1.000000 perCharDelay=0.030000 infoLinkNames(0)=(BindName="AlexJacobson",displayName="Alex Jacobson") infoLinkNames(1)=(BindName="AnnaNavarre",displayName="Anna Navarre") infoLinkNames(2)=(BindName="BobPage",displayName="Bob Page") infoLinkNames(3)=(BindName="BobPageAug",displayName="Bob Page") infoLinkNames(4)=(BindName="Daedalus",displayName="Daedalus") infoLinkNames(5)=(BindName="GarySavage",displayName="Gary Savage") infoLinkNames(6)=(BindName="GuntherHermann",displayName="Gunther Hermann") infoLinkNames(7)=(BindName="Helios",displayName="Helios") infoLinkNames(8)=(BindName="Icarus",displayName="Icarus") infoLinkNames(9)=(BindName="JaimeReyes",displayName="Jaime Reyes") infoLinkNames(10)=(BindName="Jock",displayName="Jock") infoLinkNames(11)=(BindName="MorganEverett",displayName="Morgan Everett") infoLinkNames(12)=(BindName="PaulDenton",displayName="Paul Denton") infoLinkNames(13)=(BindName="SamCarter",displayName="Sam Carter") infoLinkNames(14)=(BindName="StantonDowd",displayName="Stanton Dowd") infoLinkNames(15)=(BindName="TracerTong",displayName="Tracer Tong") infoLinkNames(16)=(BindName="WaltonSimons",displayName="Walton Simons") EndTransmission="END TRANSMISSION..." bHidden=True } |
| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||