Mostly Harmless
UE2:DialogControllerDefault (U2XMP)
Object >> Actor >> Dialog >> DialogController >> DialogControllerDefault |
Contents
- 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. |
DialogControllerDefault.uc Created By: Mike Baldwin Created On: 4/16/2001 $Author: Mbaldwin $ $Date: 10/22/02 5:17p $ $Revision: 31 $
Constants
MoodMin
Value: -1.0
MoodMax
Value: 1.0
HeadTrackingChannel
Value: 13
HeadTrackingSatellite
Value: 'Sat_HeadTrack'
Properties
bNPCIsReady
Type: bool
Modifiers: protected
Is the NPC ready? (waiting for anims to finish, etc)
bUseGestures
Type: bool
automated facial animations, hand waving, etc.
Default value: True
CurLookTarget
Type: Actor
Modifiers: protected
What the actor is currently head tracking (according to the dialog system)
FacingSpeaker
Type: Actor
Modifiers: protected
The actor that the NPC is facing
PrevLookTarget
Type: Actor
Modifiers: protected
Functions
Events
DialogBegin
Overrides: DialogController.DialogBegin
DialogEnd
Overrides: DialogController.DialogEnd
NotifyNPCReady
Overrides: DialogController.NotifyNPCReady
Other instance functions
ChangeMood
Overrides: DialogController.ChangeMood
DisableHeadTracking
Overrides: DialogController.DisableHeadTracking
DisplayDebugInfo
Overrides: DialogController.DisplayDebugInfo
EnableHeadTracking
Overrides: DialogController.EnableHeadTracking
GetHeadTrackSatellite
SetHeadTrackSatellite
SetTalking
Overrides: DialogController.SetTalking
TurnToFace
Overrides: DialogController.TurnToFace