Engine.UIDataProvider_OnlineFriendMessages
- Extends
- UIDataProvider_OnlinePlayerDataBase
- Modifiers
- native ( inherit ) implements ( UIListElementCellProvider ) dependson ( OnlineSubsystem ) transient
This class is responsible for retrieving the friends list from the online
subsystem and populating the UI with that data.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIDataProvider_OnlinePlayerDataBase
|
+-- Engine.UIDataProvider_OnlineFriendMessages
Inherited Functions from Engine.UIDataProvider |
AddPropertyNotificationChangeRequest, AllowPublishingToField, GenerateFillerData, GenerateScriptMarkupString, GetFieldValue, GetProviderFieldType, GetSupportedScriptFields, IsCollectionDataType, IsProviderDisabled, NotifyPropertyChanged, ParseArrayDelimiter, ParseTagArrayDelimiter, RemovePropertyNotificationChangeRequest, SetFieldValue |
var localized string bIsFriendInviteCol;
var localized string bWasAcceptedCol;
var localized string bWasDeniedCol;
var string LastInviteFrom;
var localized string MessageCol;
var localized string SendingPlayerNameCol;
OnFriendInviteReceived Source code
function OnFriendInviteReceived (
byte LocalUserNum,
UniqueNetId RequestingPlayer,
string RequestingNick,
string Message) )
OnFriendMessageReceived Source code
function OnFriendMessageReceived (
byte LocalUserNum,
UniqueNetId SendingPlayer,
string SendingNick,
string Message) )
function OnGameInviteReceived ( byte LocalUserNum,string InviterName) )
function OnLoginChange ( byte LocalUserNum) )
event OnUnregister ( ) )
function ReadMessages ( ) )
Creation time: ti 22-3-2011 19:56:58.674 - Created with
UnCodeX