| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIObject
|
+-- Engine.UIContainer
|
+-- Engine.UITabPage
|
+-- UTGame.UTTabPage
|
+-- UTGame.UTTabPage_MidGame
|
+-- UTGame.UTUITabPage_InGameFriends
| Variables Summary | |
|---|---|
| UIList | FriendsList |
| UTUIScene_MidGameMenu | MidGameOwner |
| Inherited Variables from UTGame.UTTabPage |
|---|
| bRequiresTick |
| Functions Summary | ||
|---|---|---|
![]() | bool | GetCurrentFriendNetId (out UniqueNetId FriendNetId)) |
![]() | bool | GetCurrentFriendNick (out string FriendNick)) |
![]() | bool | OnButtonBar_Details (UIScreenObject InButton, int PlayerIndex)) |
![]() | OnDetails ())) | |
![]() | OnFriendsList_SubmitSelection (UIList Sender, optional int PlayerIndex=0 )) | |
![]() | OnFriendsList_ValueChanged (UIObject Sender, optional int PlayerIndex=0 )) | |
![]() | OnSceneDeactivated (UIScene DeactivatedScene )) | |
![]() | PostInitialize ())) | |
![]() | SetupButtonBar (UTUIButtonBar ButtonBar)) | |
| Inherited Functions from UTGame.UTTabPage |
|---|
| CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar |
| Variables Detail |
|---|
| Functions Detail |
|---|
GetCurrentFriendNetId Source codeGets the netid for the currently selected friend.
@param FriendNetId Object to store netid in.
@return TRUE if a netid was found, FALSE otherwise.
GetCurrentFriendNick Source codeGets the nickname for the currently selected friend.
@param FriendNick String to store nickname in.
@return TRUE if a nickname was found, FALSE otherwise.
OnButtonBar_Details Source code
OnDetails Source codeShows the details screen for the player.
OnFriendsList_SubmitSelection Source codeCalled when the user submits the current list index.
@param Sender the list that is submitting the selection
OnFriendsList_ValueChanged Source codeCallback for when the user changes the currently selected list item.
OnSceneDeactivated Source code
PostInitialize Source codePost initialization event - Setup widget delegates.
SetupButtonBar Source codeCallback allowing the tabpage to setup the button bar for the current scene.
| Defaultproperties |
|---|
defaultproperties
{
Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
End Object
EventProvider=WidgetEventComponent
Name="Default__UTUITabPage_InGameFriends"
ObjectArchetype=UTTabPage_MidGame'UTGame.Default__UTTabPage_MidGame'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||