I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:UtvInteraction (UT2004)
Object >> Interactions >> Interaction >> UtvInteraction |
Contents
- 1 Properties
- 1.1 Clients
- 1.2 Delay
- 1.3 JoinPassword
- 1.4 ListenPort
- 1.5 MaxClients
- 1.6 NormalPassword
- 1.7 p
- 1.8 PrimaryPassword
- 1.9 RestartIn
- 1.10 ServerAddress
- 1.11 ServerPort
- 1.12 shownWelcome
- 1.13 UtvRep
- 1.14 VipPassword
- 1.15 WarnMsg
- 1.16 WelcomeEnd
- 1.17 WelcomeMargin
- 1.18 WelcomeMsg
- 1.19 WelcomePos
- 1.20 WelcomeStart
- 1.21 WelcomeWidth
- 1.22 Default values
- 2 Functions
- 3 States
- Package:
- UTV2004c
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. |
Properties[edit]
Clients[edit]
Type: int
Delay[edit]
Type: int
JoinPassword[edit]
Type: string
ListenPort[edit]
Type: int
MaxClients[edit]
Type: int
NormalPassword[edit]
Type: string
p[edit]
Type: PlayerController
PrimaryPassword[edit]
Type: string
RestartIn[edit]
Type: int
ServerAddress[edit]
Type: string
ServerPort[edit]
Type: int
shownWelcome[edit]
Type: bool
UtvRep[edit]
Type: utvReplication
VipPassword[edit]
Type: string
WarnMsg[edit]
Type: string
WelcomeEnd[edit]
Type: int
Array size: 2
Default value, index 0: 4
Default value, index 1: 11
WelcomeMargin[edit]
Type: float
Default value: 0.02
WelcomeMsg[edit]
Type: string
Array size: 12
Default value, index 0: "Welcome to <2>UTV2004<1> Primary Client!"
Default value, index 11: "Press any key to close this window.."
Default value, index 13: "You are now broadcasting a game to people over the net! To configure settings and control the UTV server, press <2>F8<1> to bring up the configuration menu."
Default value, index 15: "Press any key to close this window.."
Default value, index 16: "Welcome to <2>UTV2004<1> Watcher Client!"
Default value, index 18: "You are watching a live broadcast of a game! To configure watcher settings press <2>F8<1> to bring up the configuration menu."
Default value, index 20: "To toggle between first and third person view, press the <2>right<1> mouse button."
WelcomePos[edit]
Type: float
Default value: 0.2
WelcomeStart[edit]
Type: int
Array size: 2
Default value, index 1: 5
WelcomeWidth[edit]
Type: float
Default value: 0.4
Default values[edit]
Property | Value |
---|---|
bVisible | True |
Functions[edit]
Events[edit]
NotifyLevelChange[edit]
Overrides: Interaction.NotifyLevelChange
Other instance functions[edit]
DrawStats[edit]
DrawTextBox[edit]
DrawWarnMsg[edit]
DrawWelcome[edit]
DrawWelcomeText[edit]
globalKeyEvent[edit]
GotBigStatus[edit]
GotStatus[edit]
PostRender[edit]
Overrides: Interaction.PostRender
SetState[edit]
SetWarning[edit]
ShowChat[edit]
ShowMenu[edit]
States[edit]
Primary[edit]
Primary.DrawWelcome[edit]
Overrides: DrawWelcome (global)
Primary.KeyEvent[edit]
Overrides: Interaction.KeyEvent (global)
Primary.ShowMenu[edit]
Overrides: ShowMenu (global)
Secondary[edit]
Secondary.DrawWelcome[edit]
Overrides: DrawWelcome (global)
Secondary.KeyEvent[edit]
Overrides: Interaction.KeyEvent (global)
Secondary.ShowMenu[edit]
Overrides: ShowMenu (global)