The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE1:SpeechBinderCW (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UTMenu

null

Properties

AllString

Type: string

Modifiers: localized


Default value: "All"

BinderButton

Type: UMenuRaisedButton

Array size: 16


BinderLabel

Type: UMenuLabelControl

Array size: 16


bInitialized

Type: bool


bPolling

Type: bool


bSetReady

Type: bool


ChoiceCombo

Type: UWindowComboControl

Array size: 16


DefaultsButton

Type: UWindowSmallButton


DefaultsHelp

Type: string

Modifiers: localized


Default value: "Unbind all speech keys."

DefaultsText

Type: string

Modifiers: localized


Default value: "Reset"

LabelText

Type: string

Modifiers: localized


Default value: "Bind to Key:"

LeaderString

Type: string

Modifiers: localized


Default value: "Team Leader"

MaxBindings

Type: int


NotApplicable

Type: string

Modifiers: localized


Default value: "N/A"

NotBound

Type: string

Modifiers: localized


Default value: "Unbound"

PlayerString

Type: string

Modifiers: localized


Default value: "Team Mate"

SelectedButton

Type: UMenuRaisedButton


Selection

Type: int


TargetCombo

Type: UWindowComboControl

Array size: 16


TypeCombo

Type: UWindowComboControl

Array size: 16


V

Type: class<ChallengeVoicePack>


Instance functions

BeforePaint

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


ChoiceChanged

function ChoiceChanged (int i)


Created

function Created ()

Overrides: UWindowWindow.Created


KeyDown

function KeyDown (int Key, float X, float Y)

Overrides: UWindowWindow.KeyDown


LoadExistingKeys

function int LoadExistingKeys ()


Notify

function Notify (UWindowDialogControl C, byte E)

Overrides: UMenuDialogClientWindow.Notify


ProcessMenuKey

function ProcessMenuKey (int KeyNo, string KeyName)

Overrides: UWindowWindow.ProcessMenuKey


RemoveExistingKey

function RemoveExistingKey (int KeyNo, string KeyName)


ResetAllKeys

function ResetAllKeys ()


SetKey

function SetKey (int KeyNo, string KeyName)


TargetChanged

function TargetChanged (int i)


TypeChanged

function TypeChanged (int i)