GUI2K4.UT2K4Tab_MidGameVoiceChat
- Extends
- MidGamePanel
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.MidGamePanel
|
+-- GUI2K4.UT2K4Tab_MidGameVoiceChat
Structures Summary |
ChatItem PlayerID, bNoText, bNoSpeech, bNoVoice, bBanned, bDirty |
var localized string BlueTeamDesc;
var int BlueTeamIndex;
var localized string RedTeamDesc;
var int RedTeamIndex;
UT2K4Tab_MidGameVoiceChat
struct
ChatItem
{
var bool bBanned;
var bool bDirty;
var bool bNoSpeech;
var bool bNoText;
var bool bNoVoice;
var int PlayerID;
};
function int AddPlayerInfo ( int PlayerID) )
function bool ApplyRestriction ( int i) )
function AssociateButtons ( ) )
function ClearIndexes (
GUIList List ) )
function ClearLists ( ) )
function FillPlayerLists ( ) )
function int FindChatListIndex ( int PlayerID) )
function LinkList (
GUIList List ) )
function LoadRestrictions ( int i) )
function PackRestriction ( int i, out byte Restriction) )
function ResetRestrictions ( ) )
function SaveRestrictions ( ) )
function SelectedSelf ( ) )
function ShowPanel ( bool bShow ) )
function UnpackRestriction ( int i, byte Restriction) )
function UpdateButtonStates ( ) )
function UpdateChatRestriction ( int PlayerID ) )
function bool ValidIndex ( int i) )
defaultproperties
{
Begin Object Class=AltSectionBackground Name=PlayersBackground
Caption="Players"
LeftPadding=0.00000
RightPadding=0.00000
TopPadding=0.00000
BottomPadding=0.00000
WinWidth=0.462019
WinHeight=0.899506
WinLeft=0.019250
WinTop=0.030325
bBoundToParent=True
bScaleToParent=True
End Object
sb_Players=PlayersBackground
Begin Object Class=AltSectionBackground Name=SpecBackground
Caption="Spectators"
LeftPadding=0.00000
RightPadding=0.00000
TopPadding=0.00000
BottomPadding=0.00000
WinWidth=0.462019
WinHeight=0.468385
WinLeft=0.512544
WinTop=0.030325
bBoundToParent=True
bScaleToParent=True
End Object
sb_Specs=SpecBackground
Begin Object Class=AltSectionBackground Name=OptionBackground
Caption="Voice Options"
WinWidth=0.462019
WinHeight=0.394391
WinLeft=0.512544
WinTop=0.508063
TopPadding=0.04
BottomPadding=0.0
bBoundToParent=True
bScaleToParent=True
End Object
sb_Options=OptionBackground
Begin Object Class=GUIListBox Name=PlayersList
WinWidth=0.431250
WinHeight=0.518750
WinLeft=0.056250
WinTop=0.041667
OnChange=ListChange
bInitializeList=False
TabOrder=0
StyleName="NoBackground"
End Object
lb_Players=PlayersList
Begin Object Class=GUIListBox Name=SpecList
WinWidth=0.431250
WinHeight=0.518750
WinLeft=0.531250
WinTop=0.041667
OnChange=ListChange
bInitializeList=False
TabOrder=1
StyleName="NoBackground"
End Object
lb_Specs=SpecList
Begin Object Class=moCheckBox Name=NoText
WinWidth=0.338524
WinHeight=0.049840
WinLeft=0.647884
WinTop=0.620670
Caption="Ignore Text"
Hint="Do not receive any text messages from this player"
OnChange=InternalOnChange
TabOrder=2
MenuState=MSAT_Disabled
End Object
ch_NoText=NoText
Begin Object Class=moCheckBox Name=NoSpeech
WinWidth=0.338524
WinHeight=0.049840
WinLeft=0.647884
WinTop=0.685424
Caption="Ignore Speech"
Hint="Do not receive any speech messages, such as \"Incoming!\" from this player"
OnChange=InternalOnChange
TabOrder=3
MenuState=MSAT_Disabled
End Object
ch_NoSpeech=NoSpeech
Begin Object Class=moCheckBox Name=NoVoiceChat
WinWidth=0.338524
WinHeight=0.049840
WinLeft=0.647884
WinTop=0.750178
Caption="Ignore Voice Chat"
Hint="Do not receive any voice chat messages from this player, in any voice chat room"
OnChange=InternalOnChange
TabOrder=4
MenuState=MSAT_Disabled
End Object
ch_NoVoiceChat=NoVoiceChat
Begin Object Class=moCheckBox Name=BanPlayer
WinWidth=0.338524
WinHeight=0.049840
WinLeft=0.647884
WinTop=0.814932
Caption="Ban Player"
Hint="Ban this player from your personal voice chat channel"
OnChange=InternalOnChange
TabOrder=5
MenuState=MSAT_Disabled
End Object
ch_Ban=BanPlayer
Begin Object Class=GUIButton Name=ResetButton
WinWidth=0.120067
WinHeight=0.051836
WinLeft=0.682745
WinTop=0.899668
Caption="Reset"
Hint="Reset & reload all player chat restrictions"
OnClick=InternalOnClick
TabOrder=7
bStandardized=true
MenuState=MSAT_Disabled
End Object
b_Reset=ResetButton
OnPreDraw=PreDraw
ApplySuccessText="Changes were saved successfully!"
ApplyFailText="Changes could not be saved!"
RedTeamDesc="RED TEAM"
BlueTeamDesc="BLUE TEAM"
RedTeamIndex=-1
BlueTeamIndex=-1
}
|
Creation time: Do 14.8.2014 09:58:27.986 - Created with
UnCodeX