UTDom.DomGameReplicationInfo
Needed to correctly setup the midgamemenu for the corresponding # of teams
(allways use the 2 team midgamemenu if this is the PS3 build)
Writen by Brian 'Snake' Alexander. Copyright(c) 2009-2010 All Rights Reserved.
UTDom.DomGameReplicationInfo
| Functions Summary |
 | UIScene | ClientOpenUIScene (UTPlayerController InstigatorPC, UIScene Template))
|
 | | PostBeginPlay ()))
|
 | UTUIScene_MidGameMenu | ShowMidGameMenu (UTPlayerController InstigatorPC, optional name TabTag, ptional bool bEnableInput))
|
var bool bPickTeamAtLogin;
var name MidGameMenuTag[4];
var UIScene TeamPickerTemplate;
reliable client function UIScene ClientOpenUIScene ( UTPlayerController InstigatorPC, UIScene Template) )
simulated function PostBeginPlay ( ) )
simulated function UTUIScene_MidGameMenu ShowMidGameMenu ( UTPlayerController InstigatorPC, optional name TabTag,optional bool bEnableInput) )
defaultproperties
{
TeamPickerTemplate=UTUIScene'UI_UT3Dom.DomTeamConfig'
MidGameMenuTag(0)=DomMidGameMenu2
MidGameMenuTag(1)=DomMidGameMenu2
MidGameMenuTag(2)=DomMidGameMenu3
MidGameMenuTag(3)=DomMidGameMenu
} |
Creation time: Fri 23/12/2011 20:31:25.629 - Created with
UnCodeX