- Extends
- OnlineSubsystemCommonImpl
- Modifiers
- native implements ( OnlinePlayerInterface , OnlineVoiceInterface , OnlineStatsInterface , OnlineSystemInterface , OnlineGameInterface , OnlinePlayerInterfaceEx ) config ( Engine )
Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.OnlineSubsystem
|
+-- IpDrv.OnlineSubsystemCommonImpl
|
+-- OnlineSubsystemGameCenter.OnlineSubsystemGameCenter
Inherited Variables from Engine.OnlineSubsystem |
AccountInterface, AsyncMinCompletionTime, BuildIdOverride, bUseBuildIdOverride, ContentInterface, GameInterface, IniLocPatcherClassName, NamedInterfaceDefs, NamedInterfaces, NewsInterface, PartyChatInterface, Patcher, PlayerInterface, PlayerInterfaceEx, Sessions, StatsInterface, SystemInterface, TitleFileInterface, VoiceInterface |
Inherited Enumerations from Engine.OnlineSubsystem |
EFeaturePrivilegeLevel, ELanBeaconState, ELoginStatus, ENATType, ENetworkNotificationPosition, EOnlineAccountCreateStatus, EOnlineContentType, EOnlineEnumerationReadState, EOnlineFriendState, EOnlineGameState, EOnlineNewsType, EOnlineServerConnectionStatus |
Inherited Structures from Engine.OnlineSubsystem |
AchievementDetails, CommunityContentFile, CommunityContentMetadata, FriendsQuery, LocalTalker, NamedInterface, NamedInterfaceDef, NamedSession, OnlineArbitrationRegistrant, OnlineContent, OnlineFriend, OnlineFriendMessage, OnlinePartyMember, OnlinePlayerScore, OnlineRegistrant, RemoteTalker, SpeechRecognizedWord, TitleFile, UniqueNetId |
Delegates Summary |
 | | OnAddFriendByNameComplete (bool bWasSuccessful) |
 | | OnArbitrationRegistrationComplete (name SessionName, ool bWasSuccessful) |
 | | OnCancelFindOnlineGamesComplete (bool bWasSuccessful) |
 | | OnConnectionStatusChange (EOnlineServerConnectionStatus ConnectionStatus) |
 | | OnControllerChange (int ControllerId, ool bIsConnected) |
 | | OnCreateOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnDestroyOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnDeviceSelectionComplete (bool bWasSuccessful) |
 | | OnEndOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnExternalUIChange (bool bIsOpening) |
 | | OnFindOnlineGamesComplete (bool bWasSuccessful) |
 | | OnFlushOnlineStatsComplete (name SessionName, ool bWasSuccessful) |
 | | OnFriendInviteReceived (byte LocalUserNum, niqueNetId RequestingPlayer, tring RequestingNick, tring Message) |
 | | OnFriendMessageReceived (byte LocalUserNum, niqueNetId SendingPlayer, tring SendingNick, tring Message) |
 | | OnFriendsChange () |
 | | OnGameInviteAccepted (const out OnlineGameSearchResult InviteResult) |
 | | OnJoinFriendGameComplete (bool bWasSuccessful) |
 | | OnJoinMigratedOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnJoinOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnKeyboardInputComplete (bool bWasSuccessful) |
 | | OnLinkStatusChange (bool bIsConnected) |
 | | OnLoginCancelled () |
 | | OnLoginChange (byte LocalUserNum) |
 | | OnLoginFailed (byte LocalUserNum, OnlineServerConnectionStatus ErrorCode) |
 | | OnLoginStatusChange (ELoginStatus NewStatus, niqueNetId NewId) |
 | | OnLogoutCompleted (bool bWasSuccessful) |
 | | OnMigrateOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnMutingChange () |
 | | OnPlayerTalkingStateChange (UniqueNetId Player, ool bIsTalking) |
 | | OnProfileDataChanged () |
 | | OnQosStatusChanged (int NumComplete, nt NumTotal) |
 | | OnReadAchievementsComplete (int TitleId) |
 | | OnReadFriendsComplete (bool bWasSuccessful) |
 | | OnReadOnlineStatsComplete (bool bWasSuccessful) |
 | | OnReadPlayerStorageComplete (byte LocalUserNum, ool bWasSuccessful) |
 | | OnReadPlayerStorageForNetIdComplete (UniqueNetId NetId, ool bWasSuccessful) |
 | | OnReadProfileSettingsComplete (byte LocalUserNum, ool bWasSuccessful) |
 | | OnReadTitleFileComplete (bool bWasSuccessful, tring FileName) |
 | | OnRecalculateSkillRatingComplete (name SessionName, ool bWasSuccessful) |
 | | OnReceivedGameInvite (byte LocalUserNum, tring InviterName) |
 | | OnRecognitionComplete () |
 | | OnRegisterHostStatGuidComplete (bool bWasSuccessful) |
 | | OnRegisterPlayerComplete (name SessionName, niqueNetId PlayerId, ool bWasSuccessful) |
 | | OnStartOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnStorageDeviceChange () |
 | | OnUnlockAchievementComplete (bool bWasSuccessful) |
 | | OnUnregisterPlayerComplete (name SessionName, niqueNetId PlayerId, ool bWasSuccessful) |
 | | OnUpdateOnlineGameComplete (name SessionName, ool bWasSuccessful) |
 | | OnWritePlayerStorageComplete (byte LocalUserNum, ool bWasSuccessful) |
 | | OnWriteProfileSettingsComplete (byte LocalUserNum, ool bWasSuccessful) |
Functions Summary |
 | bool | AcceptFriendInvite (byte LocalUserNum, niqueNetId RequestingPlayer)
|
 | bool | AcceptGameInvite (byte LocalUserNum, ame SessionName)
|
 | | AddAddFriendByNameCompleteDelegate (byte LocalUserNum, elegate<OnAddFriendByNameComplete> FriendDelegate)
|
 | | AddArbitrationRegistrationCompleteDelegate (delegate<OnArbitrationRegistrationComplete> ArbitrationRegistrationCompleteDelegate)
|
 | | AddCancelFindOnlineGamesCompleteDelegate (delegate<OnCancelFindOnlineGamesComplete> CancelFindOnlineGamesCompleteDelegate)
|
 | | AddConnectionStatusChangeDelegate (delegate<OnConnectionStatusChange> ConnectionStatusDelegate)
|
 | | AddControllerChangeDelegate (delegate<OnControllerChange> ControllerChangeDelegate)
|
 | | AddCreateOnlineGameCompleteDelegate (delegate<OnCreateOnlineGameComplete> CreateOnlineGameCompleteDelegate))
|
 | | AddDestroyOnlineGameCompleteDelegate (delegate<OnDestroyOnlineGameComplete> DestroyOnlineGameCompleteDelegate)
|
 | | AddDeviceSelectionDoneDelegate (byte LocalUserNum, elegate<OnDeviceSelectionComplete> DeviceDelegate)
|
 | | AddEndOnlineGameCompleteDelegate (delegate<OnEndOnlineGameComplete> EndOnlineGameCompleteDelegate))
|
 | | AddExternalUIChangeDelegate (delegate<OnExternalUIChange> ExternalUIDelegate)
|
 | | AddFindOnlineGamesCompleteDelegate (delegate<OnFindOnlineGamesComplete> FindOnlineGamesCompleteDelegate)
|
 | | AddFlushOnlineStatsCompleteDelegate (delegate<OnFlushOnlineStatsComplete> FlushOnlineStatsCompleteDelegate)
|
 | bool | AddFriend (byte LocalUserNum, niqueNetId NewFriend, ptional string Message)
|
 | bool | AddFriendByName (byte LocalUserNum, tring FriendName, ptional string Message)
|
 | | AddFriendInviteReceivedDelegate (byte LocalUserNum, elegate<OnFriendInviteReceived> InviteDelegate)
|
 | | AddFriendMessageReceivedDelegate (byte LocalUserNum, elegate<OnFriendMessageReceived> MessageDelegate)
|
 | | AddFriendsChangeDelegate (byte LocalUserNum, elegate<OnFriendsChange> FriendsDelegate))
|
 | | AddGameInviteAcceptedDelegate (byte LocalUserNum, elegate<OnGameInviteAccepted> GameInviteAcceptedDelegate))
|
 | | AddJoinFriendGameCompleteDelegate (delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate)
|
 | | AddJoinMigratedOnlineGameCompleteDelegate (delegate<OnJoinMigratedOnlineGameComplete> JoinMigratedOnlineGameCompleteDelegate)
|
 | | AddJoinOnlineGameCompleteDelegate (delegate<OnJoinOnlineGameComplete> JoinOnlineGameCompleteDelegate))
|
 | | AddKeyboardInputDoneDelegate (delegate<OnKeyboardInputComplete> InputDelegate)
|
 | | AddLinkStatusChangeDelegate (delegate<OnLinkStatusChange> LinkStatusDelegate)
|
 | | AddLoginCancelledDelegate (delegate<OnLoginCancelled> CancelledDelegate))
|
 | | AddLoginChangeDelegate (delegate<OnLoginChange> LoginDelegate))
|
 | | AddLoginFailedDelegate (byte LocalUserNum, elegate<OnLoginFailed> LoginFailedDelegate))
|
 | | AddLoginStatusChangeDelegate (delegate<OnLoginStatusChange> LoginStatusDelegate, yte LocalUserNum))
|
 | | AddLogoutCompletedDelegate (byte LocalUserNum, elegate<OnLogoutCompleted> LogoutDelegate)
|
 | | AddMigrateOnlineGameCompleteDelegate (delegate<OnMigrateOnlineGameComplete> MigrateOnlineGameCompleteDelegate)
|
 | | AddMutingChangeDelegate (delegate<OnMutingChange> MutingDelegate))
|
 | | AddPlayerTalkingDelegate (delegate<OnPlayerTalkingStateChange> TalkerDelegate))
|
 | | AddProfileDataChangedDelegate (byte LocalUserNum, elegate<OnProfileDataChanged> ProfileDataChangedDelegate)
|
 | | AddQosStatusChangedDelegate (delegate<OnQosStatusChanged> QosStatusChangedDelegate)
|
 | | AddReadAchievementsCompleteDelegate (byte LocalUserNum, elegate<OnReadAchievementsComplete> ReadAchievementsCompleteDelegate))
|
 | | AddReadFriendsCompleteDelegate (byte LocalUserNum, elegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate))
|
 | | AddReadOnlineStatsCompleteDelegate (delegate<OnReadOnlineStatsComplete> ReadOnlineStatsCompleteDelegate))
|
 | | AddReadPlayerStorageCompleteDelegate (byte LocalUserNum, elegate<OnReadPlayerStorageComplete> ReadPlayerStorageCompleteDelegate)
|
 | | AddReadPlayerStorageForNetIdCompleteDelegate (UniqueNetId NetId, elegate<OnReadPlayerStorageForNetIdComplete> ReadPlayerStorageForNetIdCompleteDelegate)
|
 | | AddReadProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate))
|
 | | AddReadTitleFileCompleteDelegate (delegate<OnReadTitleFileComplete> ReadTitleFileCompleteDelegate)
|
 | | AddRecalculateSkillRatingCompleteDelegate (delegate<OnRecalculateSkillRatingComplete> RecalculateSkillRatingCompleteDelegate)
|
 | | AddReceivedGameInviteDelegate (byte LocalUserNum, elegate<OnReceivedGameInvite> ReceivedGameInviteDelegate)
|
 | | AddRecognitionCompleteDelegate (byte LocalUserNum, elegate<OnRecognitionComplete> RecognitionDelegate)
|
 | | AddRegisterHostStatGuidCompleteDelegate (delegate<OnFlushOnlineStatsComplete> RegisterHostStatGuidCompleteDelegate)
|
 | | AddRegisterPlayerCompleteDelegate (delegate<OnRegisterPlayerComplete> RegisterPlayerCompleteDelegate)
|
 | | AddStartOnlineGameCompleteDelegate (delegate<OnStartOnlineGameComplete> StartOnlineGameCompleteDelegate)
|
 | | AddStorageDeviceChangeDelegate (delegate<OnStorageDeviceChange> StorageDeviceChangeDelegate)
|
 | | AddUnlockAchievementCompleteDelegate (byte LocalUserNum, elegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate))
|
 | | AddUnregisterPlayerCompleteDelegate (delegate<OnUnregisterPlayerComplete> UnregisterPlayerCompleteDelegate)
|
 | | AddUpdateOnlineGameCompleteDelegate (delegate<OnUpdateOnlineGameComplete> UpdateOnlineGameCompleteDelegate)
|
 | | AddWritePlayerStorageCompleteDelegate (byte LocalUserNum, elegate<OnWritePlayerStorageComplete> WritePlayerStorageCompleteDelegate)
|
 | | AddWriteProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate))
|
 | bool | AreAnyFriends (byte LocalUserNum, ut array<FriendsQuery> Query)
|
 | bool | AutoLogin ()
|
 | bool | BindPlatformSpecificSessionToSearch (byte SearchingPlayerNum, nlineGameSearch SearchSettings, yte PlatformSpecificInfo[80])
|
 | | CalcAggregateSkill (array<double> Mus, array<double> Sigmas, out double OutAggregateMu, out double OutAggregateSigma)
|
 | bool | CancelFindOnlineGames ()
|
 | EFeaturePrivilegeLevel | CanCommunicate (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanDownloadUserContent (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanPlayOnline (byte LocalUserNum))
|
 | EFeaturePrivilegeLevel | CanPurchaseContent (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanShowPresenceInformation (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanViewPlayerProfiles (byte LocalUserNum)
|
 | | ClearAddFriendByNameCompleteDelegate (byte LocalUserNum, elegate<OnAddFriendByNameComplete> FriendDelegate)
|
 | | ClearArbitrationRegistrationCompleteDelegate (delegate<OnArbitrationRegistrationComplete> ArbitrationRegistrationCompleteDelegate)
|
 | | ClearCancelFindOnlineGamesCompleteDelegate (delegate<OnCancelFindOnlineGamesComplete> CancelFindOnlineGamesCompleteDelegate)
|
 | | ClearConnectionStatusChangeDelegate (delegate<OnConnectionStatusChange> ConnectionStatusDelegate)
|
 | | ClearControllerChangeDelegate (delegate<OnControllerChange> ControllerChangeDelegate)
|
 | | ClearCreateOnlineGameCompleteDelegate (delegate<OnCreateOnlineGameComplete> CreateOnlineGameCompleteDelegate))
|
 | | ClearDestroyOnlineGameCompleteDelegate (delegate<OnDestroyOnlineGameComplete> DestroyOnlineGameCompleteDelegate)
|
 | | ClearDeviceSelectionDoneDelegate (byte LocalUserNum, elegate<OnDeviceSelectionComplete> DeviceDelegate)
|
 | | ClearEndOnlineGameCompleteDelegate (delegate<OnEndOnlineGameComplete> EndOnlineGameCompleteDelegate))
|
 | | ClearExternalUIChangeDelegate (delegate<OnExternalUIChange> ExternalUIDelegate)
|
 | | ClearFindOnlineGamesCompleteDelegate (delegate<OnFindOnlineGamesComplete> FindOnlineGamesCompleteDelegate)
|
 | | ClearFlushOnlineStatsCompleteDelegate (delegate<OnFlushOnlineStatsComplete> FlushOnlineStatsCompleteDelegate)
|
 | | ClearFriendInviteReceivedDelegate (byte LocalUserNum, elegate<OnFriendInviteReceived> InviteDelegate)
|
 | | ClearFriendMessageReceivedDelegate (byte LocalUserNum, elegate<OnFriendMessageReceived> MessageDelegate)
|
 | | ClearFriendsChangeDelegate (byte LocalUserNum, elegate<OnFriendsChange> FriendsDelegate))
|
 | | ClearGameInviteAcceptedDelegate (byte LocalUserNum, elegate<OnGameInviteAccepted> GameInviteAcceptedDelegate))
|
 | | ClearJoinFriendGameCompleteDelegate (delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate)
|
 | | ClearJoinMigratedOnlineGameCompleteDelegate (delegate<OnJoinMigratedOnlineGameComplete> JoinMigratedOnlineGameCompleteDelegate)
|
 | | ClearJoinOnlineGameCompleteDelegate (delegate<OnJoinOnlineGameComplete> JoinOnlineGameCompleteDelegate))
|
 | | ClearKeyboardInputDoneDelegate (delegate<OnKeyboardInputComplete> InputDelegate)
|
 | | ClearLinkStatusChangeDelegate (delegate<OnLinkStatusChange> LinkStatusDelegate)
|
 | | ClearLoginCancelledDelegate (delegate<OnLoginCancelled> CancelledDelegate))
|
 | | ClearLoginChangeDelegate (delegate<OnLoginChange> LoginDelegate))
|
 | | ClearLoginFailedDelegate (byte LocalUserNum, elegate<OnLoginFailed> LoginFailedDelegate))
|
 | | ClearLoginStatusChangeDelegate (delegate<OnLoginStatusChange> LoginStatusDelegate, yte LocalUserNum))
|
 | | ClearLogoutCompletedDelegate (byte LocalUserNum, elegate<OnLogoutCompleted> LogoutDelegate)
|
 | | ClearMigrateOnlineGameCompleteDelegate (delegate<OnMigrateOnlineGameComplete> MigrateOnlineGameCompleteDelegate)
|
 | | ClearMutingChangeDelegate (delegate<OnFriendsChange> MutingDelegate))
|
 | | ClearPlayerTalkingDelegate (delegate<OnPlayerTalkingStateChange> TalkerDelegate))
|
 | | ClearProfileDataChangedDelegate (byte LocalUserNum, elegate<OnProfileDataChanged> ProfileDataChangedDelegate)
|
 | | ClearQosStatusChangedDelegate (delegate<OnQosStatusChanged> QosStatusChangedDelegate)
|
 | | ClearReadAchievementsCompleteDelegate (byte LocalUserNum, elegate<OnReadAchievementsComplete> ReadAchievementsCompleteDelegate))
|
 | | ClearReadFriendsCompleteDelegate (byte LocalUserNum, elegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate))
|
 | | ClearReadOnlineStatsCompleteDelegate (delegate<OnReadOnlineStatsComplete> ReadOnlineStatsCompleteDelegate))
|
 | | ClearReadPlayerStorageCompleteDelegate (byte LocalUserNum, elegate<OnReadPlayerStorageComplete> ReadPlayerStorageCompleteDelegate)
|
 | | ClearReadPlayerStorageForNetIdCompleteDelegate (UniqueNetId NetId, elegate<OnReadPlayerStorageForNetIdComplete> ReadPlayerStorageForNetIdCompleteDelegate)
|
 | | ClearReadProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate))
|
 | | ClearReadTitleFileCompleteDelegate (delegate<OnReadTitleFileComplete> ReadTitleFileCompleteDelegate)
|
 | | ClearRecalculateSkillRatingCompleteDelegate (delegate<OnRecalculateSkillRatingComplete> RecalculateSkillRatingGameCompleteDelegate)
|
 | | ClearReceivedGameInviteDelegate (byte LocalUserNum, elegate<OnReceivedGameInvite> ReceivedGameInviteDelegate)
|
 | | ClearRecognitionCompleteDelegate (byte LocalUserNum, elegate<OnRecognitionComplete> RecognitionDelegate)
|
 | | ClearRegisterHostStatGuidCompleteDelegateDelegate (delegate<OnFlushOnlineStatsComplete> RegisterHostStatGuidCompleteDelegate)
|
 | | ClearRegisterPlayerCompleteDelegate (delegate<OnRegisterPlayerComplete> RegisterPlayerCompleteDelegate)
|
 | | ClearStartOnlineGameCompleteDelegate (delegate<OnStartOnlineGameComplete> StartOnlineGameCompleteDelegate)
|
 | | ClearStorageDeviceChangeDelegate (delegate<OnStorageDeviceChange> StorageDeviceChangeDelegate)
|
 | | ClearUnlockAchievementCompleteDelegate (byte LocalUserNum, elegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate))
|
 | | ClearUnregisterPlayerCompleteDelegate (delegate<OnUnregisterPlayerComplete> UnregisterPlayerCompleteDelegate)
|
 | | ClearUpdateOnlineGameCompleteDelegate (delegate<OnUpdateOnlineGameComplete> UpdateOnlineGameCompleteDelegate)
|
 | | ClearWritePlayerStorageCompleteDelegate (byte LocalUserNum, elegate<OnWritePlayerStorageComplete> WritePlayerStorageCompleteDelegate)
|
 | | ClearWriteProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate))
|
 | bool | CreateOnlineGame (byte HostingPlayerNum, ame SessionName, nlineGameSettings NewGameSettings)
|
 | bool | DeleteMessage (byte LocalUserNum, nt MessageIndex)
|
 | bool | DenyFriendInvite (byte LocalUserNum, niqueNetId RequestingPlayer)
|
 | bool | DestroyOnlineGame (name SessionName)
|
 | bool | EndOnlineGame (name SessionName)
|
 | bool | FindOnlineGames (byte SearchingPlayerNum, nlineGameSearch SearchSettings)
|
 | bool | FlushOnlineStats (name SessionName)
|
 | bool | FreeSearchResults (optional OnlineGameSearch Search)
|
 | | FreeStats (OnlineStatsRead StatsRead)
|
 | EOnlineEnumerationReadState | GetAchievements (byte LocalUserNum, ut array<AchievementDetails> Achievements, ptional int TitleId = 0)
|
 | array<OnlineArbitrationRegistrant> | GetArbitratedPlayers (name SessionName)
|
 | string | GetClientStatGuid ()
|
 | int | GetDeviceSelectionResults (byte LocalUserNum, ut string DeviceName)
|
 | | GetFriendMessages (byte LocalUserNum, ut array<OnlineFriendMessage> FriendMessages)
|
 | EOnlineEnumerationReadState | GetFriendsList (byte LocalUserNum, ut array<OnlineFriend> Friends, ptional int Count, ptional int StartingAt)
|
 | OnlineGameSearch | GetGameSearch ()))
|
 | OnlineGameSettings | GetGameSettings (name SessionName))
|
 | string | GetHostStatGuid ()
|
 | string | GetKeyboardInputResults (out byte bWasCanceled)
|
 | int | GetLocale ()))
|
 | ELoginStatus | GetLoginStatus (byte LocalUserNum))
|
 | ENATType | GetNATType ()))
|
 | ENetworkNotificationPosition | GetNetworkNotificationPosition ()
|
 | string | GetPlayerNickname (byte LocalUserNum))
|
 | string | GetPlayerNicknameFromIndex (int UserIndex))
|
 | OnlinePlayerStorage | GetPlayerStorage (byte LocalUserNum))
|
 | UniqueNetId | GetPlayerUniqueNetIdFromIndex (int UserIndex))
|
 | OnlineProfileSettings | GetProfileSettings (byte LocalUserNum))
|
 | bool | GetRecognitionResults (byte LocalUserNum, ut array<SpeechRecognizedWord> Words)
|
 | bool | GetResolvedConnectString (name SessionName, ut string ConnectInfo)
|
 | bool | GetTitleFileContents (string FileName, ut array<byte> FileContents)
|
 | EOnlineEnumerationReadState | GetTitleFileState (string FileName)
|
 | bool | GetUniquePlayerId (byte LocalUserNum, ut UniqueNetId PlayerId))
|
 | bool | HasLinkConnection ()))
|
 | bool | Init ()
|
 | bool | IsControllerConnected (int ControllerId))
|
 | bool | IsDeviceValid (int DeviceId, ptional int SizeNeeded)
|
 | bool | IsFriend (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | IsGuestLogin (byte LocalUserNum)
|
 | bool | IsHeadsetPresent (byte LocalUserNum)
|
 | bool | IsLocalLogin (byte LocalUserNum)
|
 | bool | IsLocalPlayerTalking (byte LocalUserNum)
|
 | bool | IsMuted (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | IsRemotePlayerTalking (UniqueNetId PlayerId)
|
 | bool | JoinFriendGame (byte LocalUserNum, niqueNetId Friend)
|
 | bool | JoinMigratedOnlineGame (byte PlayerNum, ame SessionName, onst out OnlineGameSearchResult DesiredGame)
|
 | bool | JoinOnlineGame (byte PlayerNum, ame SessionName, onst out OnlineGameSearchResult DesiredGame)
|
 | bool | Login (byte LocalUserNum, tring LoginName, tring Password, ptional bool bWantsLocalOnly)
|
 | bool | Logout (byte LocalUserNum)
|
 | bool | MigrateOnlineGame (byte HostingPlayerNum, ame SessionName)
|
 | bool | MuteAll (byte LocalUserNum, ool bAllowFriends)
|
 | bool | MuteRemoteTalker (byte LocalUserNum, niqueNetId PlayerId, ptional bool bIsSystemWide)
|
 | bool | QueryNonAdvertisedData (int StartAt, nt NumberToQuery)
|
 | bool | ReadAchievements (byte LocalUserNum, ptional int TitleId = 0, ptional bool bShouldReadText = true, ptional bool bShouldReadImages = false)
|
 | bool | ReadFriendsList (byte LocalUserNum, ptional int Count, ptional int StartingAt)
|
 | bool | ReadOnlineStats (const out array<UniqueNetId> Players, nlineStatsRead StatsRead)
|
 | bool | ReadOnlineStatsByRank (OnlineStatsRead StatsRead, ptional int StartIndex = 1, ptional int NumToRead = 100)
|
 | bool | ReadOnlineStatsByRankAroundPlayer (byte LocalUserNum, nlineStatsRead StatsRead, ptional int NumRows = 10)
|
 | bool | ReadOnlineStatsForFriends (byte LocalUserNum, nlineStatsRead StatsRead)
|
 | bool | ReadPlatformSpecificSessionInfo (const out OnlineGameSearchResult DesiredGame, ut byte PlatformSpecificInfo[80])
|
 | bool | ReadPlatformSpecificSessionInfoBySessionName (name SessionName, ut byte PlatformSpecificInfo[80])
|
 | bool | ReadPlayerStorage (byte LocalUserNum, nlinePlayerStorage PlayerStorage, ptional int DeviceId = -1)
|
 | bool | ReadPlayerStorageForNetId (byte LocalUserNum, niqueNetId NetId, nlinePlayerStorage PlayerStorage)
|
 | bool | ReadProfileSettings (byte LocalUserNum, nlineProfileSettings ProfileSettings)
|
 | bool | ReadTitleFile (string FileToRead)
|
 | bool | RecalculateSkillRating (name SessionName, onst out array<UniqueNetId> Players)
|
 | bool | RegisterForArbitration (name SessionName)
|
 | bool | RegisterHostStatGuid (const out string HostStatGuid)
|
 | bool | RegisterLocalTalker (byte LocalUserNum)
|
 | bool | RegisterPlayer (name SessionName, niqueNetId PlayerId, ool bWasInvited)
|
 | bool | RegisterPlayers (name SessionName, onst out array<UniqueNetId> Players)
|
 | bool | RegisterRemoteTalker (UniqueNetId PlayerId)
|
 | bool | RegisterStatGuid (UniqueNetId PlayerId, onst out string ClientStatGuid)
|
 | bool | RemoveFriend (byte LocalUserNum, niqueNetId FormerFriend)
|
 | bool | SelectVocabulary (byte LocalUserNum, nt VocabularyId)
|
 | bool | SendGameInviteToFriend (byte LocalUserNum, niqueNetId Friend, ptional string Text)
|
 | bool | SendGameInviteToFriends (byte LocalUserNum, rray<UniqueNetId> Friends, ptional string Text)
|
 | bool | SendMessageToFriend (byte LocalUserNum, niqueNetId Friend, tring Message)
|
 | | SetNetworkNotificationPosition (ENetworkNotificationPosition NewPos)
|
 | | SetOnlineStatus (byte LocalUserNum, nt StatusId, onst out array<LocalizedStringSetting> LocalizedStringSettings, onst out array<SettingsProperty> Properties)
|
 | bool | SetRemoteTalkerPriority (byte LocalUserNum, niqueNetId PlayerId, nt Priority)
|
 | bool | SetSpeechRecognitionObject (byte LocalUserNum, peechRecognition SpeechRecogObj)
|
 | bool | ShowAchievementsUI (byte LocalUserNum)
|
 | bool | ShowContentMarketplaceUI (byte LocalUserNum, ptional int CategoryMask = -1, ptional int OfferId)
|
 | bool | ShowCustomPlayersUI (byte LocalUserNum, onst out array<UniqueNetId> Players, tring Title, tring Description)
|
 | bool | ShowDeviceSelectionUI (byte LocalUserNum, nt SizeNeeded, ptional bool bManageStorage)
|
 | bool | ShowFeedbackUI (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | ShowFriendsInviteUI (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | ShowFriendsUI (byte LocalUserNum)
|
 | bool | ShowGamerCardUI (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | ShowInviteUI (byte LocalUserNum, ptional string InviteText)
|
 | bool | ShowKeyboardUI (byte LocalUserNum, tring TitleText, tring DescriptionText, optional bool bIsPassword = false, optional bool bShouldValidate = true, optional string DefaultText, optional int MaxResultLength = 256)
|
 | bool | ShowLoginUI (optional bool bShowOnlineOnly = false)
|
 | bool | ShowMembershipMarketplaceUI (byte LocalUserNum)
|
 | bool | ShowMessagesUI (byte LocalUserNum)
|
 | bool | ShowPlayersUI (byte LocalUserNum)
|
 | | StartNetworkedVoice (byte LocalUserNum)
|
 | bool | StartOnlineGame (name SessionName)
|
 | bool | StartSpeechRecognition (byte LocalUserNum)
|
 | | StopNetworkedVoice (byte LocalUserNum)
|
 | bool | StopSpeechRecognition (byte LocalUserNum)
|
 | bool | UnlockAchievement (byte LocalUserNum, nt AchievementId)
|
 | bool | UnlockAvatarAward (byte LocalUserNum, nt AvatarItemId)
|
 | bool | UnlockGamerPicture (byte LocalUserNum, nt PictureId)
|
 | bool | UnmuteAll (byte LocalUserNum)
|
 | bool | UnmuteRemoteTalker (byte LocalUserNum, niqueNetId PlayerId, ptional bool bIsSystemWide)
|
 | bool | UnregisterLocalTalker (byte LocalUserNum)
|
 | bool | UnregisterPlayer (name SessionName, niqueNetId PlayerId)
|
 | bool | UnregisterPlayers (name SessionName, onst out array<UniqueNetId> Players)
|
 | bool | UnregisterRemoteTalker (UniqueNetId PlayerId)
|
 | bool | UpdateOnlineGame (name SessionName, nlineGameSettings UpdatedGameSettings, ptional bool bShouldRefreshOnlineData = false)
|
 | bool | WriteOnlinePlayerScores (name SessionName, nt LeaderboardId, onst out array<OnlinePlayerScore> PlayerScores)
|
 | bool | WriteOnlineStats (name SessionName, niqueNetId Player, nlineStatsWrite StatsWrite)
|
 | bool | WritePlayerStorage (byte LocalUserNum, nlinePlayerStorage PlayerStorage, ptional int DeviceId = -1)
|
 | bool | WriteProfileSettings (byte LocalUserNum, nlineProfileSettings ProfileSettings)
|
Inherited Functions from Engine.OnlineSubsystem |
DumpGameSettings, DumpNetIds, DumpSessionState, DumpVoiceRegistration, Exit, GetBuildUniqueId, GetNamedInterface, GetNumSupportedLogins, Init, PostInit, SetAccountInterface, SetContentInterface, SetDebugSpewLevel, SetGameInterface, SetNamedInterface, SetNewsInterface, SetPartyChatInterface, SetPlayerInterface, SetPlayerInterfaceEx, SetStatsInterface, SetSystemInterface, SetTitleFileInterface, SetVoiceInterface, StringToUniqueNetId, UniqueNetIdToString |
CreateOnlineGameDelegates Source code
var array<delegate<OnCreateOnlineGameComplete>> CreateOnlineGameDelegates;
EndOnlineGameCompleteDelegates Source code
var array<delegate<OnEndOnlineGameComplete>> EndOnlineGameCompleteDelegates;
EpicUniqueAchievementPrefix Source code
var config string EpicUniqueAchievementPrefix;
EpicUniqueCategoryPrefix Source code
var config string EpicUniqueCategoryPrefix;
FriendsChangeDelegates Source code
var array<delegate<OnFriendsChange>> FriendsChangeDelegates;
GameInviteAcceptedDelegates Source code
var array<delegate<OnGameInviteAccepted>> GameInviteAcceptedDelegates;
JoinOnlineGameDelegates Source code
var array<delegate<OnJoinOnlineGameComplete>> JoinOnlineGameDelegates;
var const string LoggedInPlayerName;
LoginCancelledDelegates Source code
var array<delegate<OnLoginCancelled>> LoginCancelledDelegates;
var array<delegate<OnLoginChange>> LoginChangeDelegates;
var array<delegate<OnLoginFailed>> LoginFailedDelegates;
var array<delegate<OnMutingChange>> MutingChangeDelegates;
PlayerLoginStatusDelegates Source code
var array<delegate<OnLoginStatusChange>> PlayerLoginStatusDelegates;
var config string ProfileDataDirectory;
var config string ProfileDataExtension;
ReadAchievementsCompleteDelegates Source code
var array<delegate<OnReadAchievementsComplete>> ReadAchievementsCompleteDelegates;
var array<delegate<OnReadFriendsComplete>> ReadFriendsDelegates;
ReadOnlineStatsCompleteDelegates Source code
var array<delegate<OnReadOnlineStatsComplete>> ReadOnlineStatsCompleteDelegates;
ReadProfileSettingsDelegates Source code
var array<delegate<OnReadProfileSettingsComplete>> ReadProfileSettingsDelegates;
var array<delegate<OnPlayerTalkingStateChange>> TalkingDelegates;
UniqueAchievementPrefix Source code
var config string UniqueAchievementPrefix;
var config string UniqueCategoryPrefix;
UnlockAchievementCompleteDelegates Source code
var array<delegate<OnUnlockAchievementComplete>> UnlockAchievementCompleteDelegates;
WriteProfileSettingsDelegates Source code
var array<delegate<OnWriteProfileSettingsComplete>> WriteProfileSettingsDelegates;
OnAddFriendByNameComplete Source code
delegate OnAddFriendByNameComplete ( bool bWasSuccessful )
OnArbitrationRegistrationComplete Source code
delegate OnArbitrationRegistrationComplete ( name SessionName,bool bWasSuccessful )
OnCancelFindOnlineGamesComplete Source code
delegate OnCancelFindOnlineGamesComplete ( bool bWasSuccessful )
OnConnectionStatusChange Source code
delegate OnControllerChange ( int ControllerId,bool bIsConnected )
OnCreateOnlineGameComplete Source code
delegate OnCreateOnlineGameComplete ( name SessionName,bool bWasSuccessful )
OnDestroyOnlineGameComplete Source code
delegate OnDestroyOnlineGameComplete ( name SessionName,bool bWasSuccessful )
OnDeviceSelectionComplete Source code
delegate OnDeviceSelectionComplete ( bool bWasSuccessful )
OnEndOnlineGameComplete Source code
delegate OnEndOnlineGameComplete ( name SessionName,bool bWasSuccessful )
delegate OnExternalUIChange ( bool bIsOpening )
OnFindOnlineGamesComplete Source code
delegate OnFindOnlineGamesComplete ( bool bWasSuccessful )
OnFlushOnlineStatsComplete Source code
delegate OnFlushOnlineStatsComplete ( name SessionName,bool bWasSuccessful )
OnFriendInviteReceived Source code
delegate
OnFriendInviteReceived (
byte LocalUserNum,
UniqueNetId RequestingPlayer,
string RequestingNick,
string Message )
OnFriendMessageReceived Source code
delegate
OnFriendMessageReceived (
byte LocalUserNum,
UniqueNetId SendingPlayer,
string SendingNick,
string Message )
delegate OnFriendsChange ( )
OnJoinFriendGameComplete Source code
delegate OnJoinFriendGameComplete ( bool bWasSuccessful )
OnJoinMigratedOnlineGameComplete Source code
delegate OnJoinMigratedOnlineGameComplete ( name SessionName,bool bWasSuccessful )
OnJoinOnlineGameComplete Source code
delegate OnJoinOnlineGameComplete ( name SessionName,bool bWasSuccessful )
OnKeyboardInputComplete Source code
delegate OnKeyboardInputComplete ( bool bWasSuccessful )
delegate OnLinkStatusChange ( bool bIsConnected )
delegate OnLoginCancelled ( )
delegate OnLoginChange ( byte LocalUserNum )
delegate OnLogoutCompleted ( bool bWasSuccessful )
OnMigrateOnlineGameComplete Source code
delegate OnMigrateOnlineGameComplete ( name SessionName,bool bWasSuccessful )
delegate OnMutingChange ( )
OnPlayerTalkingStateChange Source code
delegate OnProfileDataChanged ( )
delegate OnQosStatusChanged ( int NumComplete,int NumTotal )
OnReadAchievementsComplete Source code
delegate OnReadAchievementsComplete ( int TitleId )
delegate OnReadFriendsComplete ( bool bWasSuccessful )
OnReadOnlineStatsComplete Source code
delegate OnReadOnlineStatsComplete ( bool bWasSuccessful )
OnReadPlayerStorageComplete Source code
delegate OnReadPlayerStorageComplete ( byte LocalUserNum,bool bWasSuccessful )
OnReadPlayerStorageForNetIdComplete Source code
delegate
OnReadPlayerStorageForNetIdComplete (
UniqueNetId NetId,
bool bWasSuccessful )
OnReadProfileSettingsComplete Source code
delegate OnReadProfileSettingsComplete ( byte LocalUserNum,bool bWasSuccessful )
OnReadTitleFileComplete Source code
delegate OnReadTitleFileComplete ( bool bWasSuccessful,string FileName )
OnRecalculateSkillRatingComplete Source code
delegate OnRecalculateSkillRatingComplete ( name SessionName,bool bWasSuccessful )
delegate OnReceivedGameInvite ( byte LocalUserNum,string InviterName )
delegate OnRecognitionComplete ( )
OnRegisterHostStatGuidComplete Source code
delegate OnRegisterHostStatGuidComplete ( bool bWasSuccessful )
OnRegisterPlayerComplete Source code
delegate
OnRegisterPlayerComplete (
name SessionName,
UniqueNetId PlayerId,
bool bWasSuccessful )
OnStartOnlineGameComplete Source code
delegate OnStartOnlineGameComplete ( name SessionName,bool bWasSuccessful )
delegate OnStorageDeviceChange ( )
OnUnlockAchievementComplete Source code
delegate OnUnlockAchievementComplete ( bool bWasSuccessful )
OnUnregisterPlayerComplete Source code
delegate
OnUnregisterPlayerComplete (
name SessionName,
UniqueNetId PlayerId,
bool bWasSuccessful )
OnUpdateOnlineGameComplete Source code
delegate OnUpdateOnlineGameComplete ( name SessionName,bool bWasSuccessful )
OnWritePlayerStorageComplete Source code
delegate OnWritePlayerStorageComplete ( byte LocalUserNum,bool bWasSuccessful )
OnWriteProfileSettingsComplete Source code
delegate OnWriteProfileSettingsComplete ( byte LocalUserNum,bool bWasSuccessful )
function bool AcceptFriendInvite (
byte LocalUserNum,
UniqueNetId RequestingPlayer )
native function bool AcceptGameInvite ( byte LocalUserNum,name SessionName )
AddAddFriendByNameCompleteDelegate Source code
function AddAddFriendByNameCompleteDelegate ( byte LocalUserNum,delegate<OnAddFriendByNameComplete> FriendDelegate )
AddArbitrationRegistrationCompleteDelegate Source code
function AddArbitrationRegistrationCompleteDelegate ( delegate<OnArbitrationRegistrationComplete> ArbitrationRegistrationCompleteDelegate )
AddCancelFindOnlineGamesCompleteDelegate Source code
function AddCancelFindOnlineGamesCompleteDelegate ( delegate<OnCancelFindOnlineGamesComplete> CancelFindOnlineGamesCompleteDelegate )
AddConnectionStatusChangeDelegate Source code
function AddConnectionStatusChangeDelegate ( delegate<OnConnectionStatusChange> ConnectionStatusDelegate )
AddControllerChangeDelegate Source code
function AddControllerChangeDelegate ( delegate<OnControllerChange> ControllerChangeDelegate )
AddCreateOnlineGameCompleteDelegate Source code
function AddCreateOnlineGameCompleteDelegate ( delegate<OnCreateOnlineGameComplete> CreateOnlineGameCompleteDelegate) )
AddDestroyOnlineGameCompleteDelegate Source code
function AddDestroyOnlineGameCompleteDelegate ( delegate<OnDestroyOnlineGameComplete> DestroyOnlineGameCompleteDelegate )
AddDeviceSelectionDoneDelegate Source code
function AddDeviceSelectionDoneDelegate ( byte LocalUserNum,delegate<OnDeviceSelectionComplete> DeviceDelegate )
AddEndOnlineGameCompleteDelegate Source code
function AddEndOnlineGameCompleteDelegate ( delegate<OnEndOnlineGameComplete> EndOnlineGameCompleteDelegate) )
AddExternalUIChangeDelegate Source code
function AddExternalUIChangeDelegate ( delegate<OnExternalUIChange> ExternalUIDelegate )
AddFindOnlineGamesCompleteDelegate Source code
function AddFindOnlineGamesCompleteDelegate ( delegate<OnFindOnlineGamesComplete> FindOnlineGamesCompleteDelegate )
AddFlushOnlineStatsCompleteDelegate Source code
function AddFlushOnlineStatsCompleteDelegate ( delegate<OnFlushOnlineStatsComplete> FlushOnlineStatsCompleteDelegate )
function bool AddFriend (
byte LocalUserNum,
UniqueNetId NewFriend,optional
string Message )
function bool AddFriendByName ( byte LocalUserNum,string FriendName,optional string Message )
AddFriendInviteReceivedDelegate Source code
function AddFriendInviteReceivedDelegate ( byte LocalUserNum,delegate<OnFriendInviteReceived> InviteDelegate )
AddFriendMessageReceivedDelegate Source code
function AddFriendMessageReceivedDelegate ( byte LocalUserNum,delegate<OnFriendMessageReceived> MessageDelegate )
AddFriendsChangeDelegate Source code
function AddFriendsChangeDelegate ( byte LocalUserNum,delegate<OnFriendsChange> FriendsDelegate) )
AddGameInviteAcceptedDelegate Source code
function AddGameInviteAcceptedDelegate ( byte LocalUserNum,delegate<OnGameInviteAccepted> GameInviteAcceptedDelegate) )
AddJoinFriendGameCompleteDelegate Source code
function AddJoinFriendGameCompleteDelegate ( delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate )
AddJoinMigratedOnlineGameCompleteDelegate Source code
function AddJoinMigratedOnlineGameCompleteDelegate ( delegate<OnJoinMigratedOnlineGameComplete> JoinMigratedOnlineGameCompleteDelegate )
AddJoinOnlineGameCompleteDelegate Source code
function AddJoinOnlineGameCompleteDelegate ( delegate<OnJoinOnlineGameComplete> JoinOnlineGameCompleteDelegate) )
AddKeyboardInputDoneDelegate Source code
function AddKeyboardInputDoneDelegate ( delegate<OnKeyboardInputComplete> InputDelegate )
AddLinkStatusChangeDelegate Source code
function AddLinkStatusChangeDelegate ( delegate<OnLinkStatusChange> LinkStatusDelegate )
AddLoginCancelledDelegate Source code
function AddLoginCancelledDelegate ( delegate<OnLoginCancelled> CancelledDelegate) )
AddLoginChangeDelegate Source code
function AddLoginChangeDelegate ( delegate<OnLoginChange> LoginDelegate) )
AddLoginFailedDelegate Source code
function AddLoginFailedDelegate ( byte LocalUserNum,delegate<OnLoginFailed> LoginFailedDelegate) )
AddLoginStatusChangeDelegate Source code
function AddLoginStatusChangeDelegate ( delegate<OnLoginStatusChange> LoginStatusDelegate,byte LocalUserNum) )
AddLogoutCompletedDelegate Source code
function AddLogoutCompletedDelegate ( byte LocalUserNum,delegate<OnLogoutCompleted> LogoutDelegate )
AddMigrateOnlineGameCompleteDelegate Source code
function AddMigrateOnlineGameCompleteDelegate ( delegate<OnMigrateOnlineGameComplete> MigrateOnlineGameCompleteDelegate )
AddMutingChangeDelegate Source code
function AddMutingChangeDelegate ( delegate<OnMutingChange> MutingDelegate) )
AddPlayerTalkingDelegate Source code
function AddPlayerTalkingDelegate ( delegate<OnPlayerTalkingStateChange> TalkerDelegate) )
AddProfileDataChangedDelegate Source code
function AddProfileDataChangedDelegate ( byte LocalUserNum,delegate<OnProfileDataChanged> ProfileDataChangedDelegate )
AddQosStatusChangedDelegate Source code
function AddQosStatusChangedDelegate ( delegate<OnQosStatusChanged> QosStatusChangedDelegate )
AddReadAchievementsCompleteDelegate Source code
function AddReadAchievementsCompleteDelegate ( byte LocalUserNum,delegate<OnReadAchievementsComplete> ReadAchievementsCompleteDelegate) )
AddReadFriendsCompleteDelegate Source code
function AddReadFriendsCompleteDelegate ( byte LocalUserNum,delegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate) )
AddReadOnlineStatsCompleteDelegate Source code
function AddReadOnlineStatsCompleteDelegate ( delegate<OnReadOnlineStatsComplete> ReadOnlineStatsCompleteDelegate) )
AddReadPlayerStorageCompleteDelegate Source code
function AddReadPlayerStorageCompleteDelegate ( byte LocalUserNum,delegate<OnReadPlayerStorageComplete> ReadPlayerStorageCompleteDelegate )
AddReadPlayerStorageForNetIdCompleteDelegate Source code
function AddReadPlayerStorageForNetIdCompleteDelegate (
UniqueNetId NetId,delegate<
OnReadPlayerStorageForNetIdComplete> ReadPlayerStorageForNetIdCompleteDelegate )
AddReadProfileSettingsCompleteDelegate Source code
function AddReadProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate) )
AddReadTitleFileCompleteDelegate Source code
function AddReadTitleFileCompleteDelegate ( delegate<OnReadTitleFileComplete> ReadTitleFileCompleteDelegate )
AddRecalculateSkillRatingCompleteDelegate Source code
function AddRecalculateSkillRatingCompleteDelegate ( delegate<OnRecalculateSkillRatingComplete> RecalculateSkillRatingCompleteDelegate )
AddReceivedGameInviteDelegate Source code
function AddReceivedGameInviteDelegate ( byte LocalUserNum,delegate<OnReceivedGameInvite> ReceivedGameInviteDelegate )
AddRecognitionCompleteDelegate Source code
function AddRecognitionCompleteDelegate ( byte LocalUserNum,delegate<OnRecognitionComplete> RecognitionDelegate )
AddRegisterHostStatGuidCompleteDelegate Source code
function AddRegisterHostStatGuidCompleteDelegate ( delegate<OnFlushOnlineStatsComplete> RegisterHostStatGuidCompleteDelegate )
AddRegisterPlayerCompleteDelegate Source code
function AddRegisterPlayerCompleteDelegate ( delegate<OnRegisterPlayerComplete> RegisterPlayerCompleteDelegate )
AddStartOnlineGameCompleteDelegate Source code
function AddStartOnlineGameCompleteDelegate ( delegate<OnStartOnlineGameComplete> StartOnlineGameCompleteDelegate )
AddStorageDeviceChangeDelegate Source code
function AddStorageDeviceChangeDelegate ( delegate<OnStorageDeviceChange> StorageDeviceChangeDelegate )
AddUnlockAchievementCompleteDelegate Source code
function AddUnlockAchievementCompleteDelegate ( byte LocalUserNum,delegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate) )
AddUnregisterPlayerCompleteDelegate Source code
function AddUnregisterPlayerCompleteDelegate ( delegate<OnUnregisterPlayerComplete> UnregisterPlayerCompleteDelegate )
AddUpdateOnlineGameCompleteDelegate Source code
function AddUpdateOnlineGameCompleteDelegate ( delegate<OnUpdateOnlineGameComplete> UpdateOnlineGameCompleteDelegate )
AddWritePlayerStorageCompleteDelegate Source code
function AddWritePlayerStorageCompleteDelegate ( byte LocalUserNum,delegate<OnWritePlayerStorageComplete> WritePlayerStorageCompleteDelegate )
AddWriteProfileSettingsCompleteDelegate Source code
function AddWriteProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate) )
function bool AreAnyFriends (
byte LocalUserNum,out array<
FriendsQuery> Query )
function bool AutoLogin ( )
BindPlatformSpecificSessionToSearch Source code
function bool BindPlatformSpecificSessionToSearch (
byte SearchingPlayerNum,
OnlineGameSearch SearchSettings,
byte PlatformSpecificInfo[
80] )
function CalcAggregateSkill ( array<
double> Mus, array<
double> Sigmas, out
double OutAggregateMu, out
double OutAggregateSigma )
function bool CancelFindOnlineGames ( )
CanDownloadUserContent Source code
CanShowPresenceInformation Source code
ClearAddFriendByNameCompleteDelegate Source code
function ClearAddFriendByNameCompleteDelegate ( byte LocalUserNum,delegate<OnAddFriendByNameComplete> FriendDelegate )
ClearArbitrationRegistrationCompleteDelegate Source code
function ClearArbitrationRegistrationCompleteDelegate ( delegate<OnArbitrationRegistrationComplete> ArbitrationRegistrationCompleteDelegate )
ClearCancelFindOnlineGamesCompleteDelegate Source code
function ClearCancelFindOnlineGamesCompleteDelegate ( delegate<OnCancelFindOnlineGamesComplete> CancelFindOnlineGamesCompleteDelegate )
ClearConnectionStatusChangeDelegate Source code
function ClearConnectionStatusChangeDelegate ( delegate<OnConnectionStatusChange> ConnectionStatusDelegate )
ClearControllerChangeDelegate Source code
function ClearControllerChangeDelegate ( delegate<OnControllerChange> ControllerChangeDelegate )
ClearCreateOnlineGameCompleteDelegate Source code
function ClearCreateOnlineGameCompleteDelegate ( delegate<OnCreateOnlineGameComplete> CreateOnlineGameCompleteDelegate) )
ClearDestroyOnlineGameCompleteDelegate Source code
function ClearDestroyOnlineGameCompleteDelegate ( delegate<OnDestroyOnlineGameComplete> DestroyOnlineGameCompleteDelegate )
ClearDeviceSelectionDoneDelegate Source code
function ClearDeviceSelectionDoneDelegate ( byte LocalUserNum,delegate<OnDeviceSelectionComplete> DeviceDelegate )
ClearEndOnlineGameCompleteDelegate Source code
function ClearEndOnlineGameCompleteDelegate ( delegate<OnEndOnlineGameComplete> EndOnlineGameCompleteDelegate) )
ClearExternalUIChangeDelegate Source code
function ClearExternalUIChangeDelegate ( delegate<OnExternalUIChange> ExternalUIDelegate )
ClearFindOnlineGamesCompleteDelegate Source code
function ClearFindOnlineGamesCompleteDelegate ( delegate<OnFindOnlineGamesComplete> FindOnlineGamesCompleteDelegate )
ClearFlushOnlineStatsCompleteDelegate Source code
function ClearFlushOnlineStatsCompleteDelegate ( delegate<OnFlushOnlineStatsComplete> FlushOnlineStatsCompleteDelegate )
ClearFriendInviteReceivedDelegate Source code
function ClearFriendInviteReceivedDelegate ( byte LocalUserNum,delegate<OnFriendInviteReceived> InviteDelegate )
ClearFriendMessageReceivedDelegate Source code
function ClearFriendMessageReceivedDelegate ( byte LocalUserNum,delegate<OnFriendMessageReceived> MessageDelegate )
ClearFriendsChangeDelegate Source code
function ClearFriendsChangeDelegate ( byte LocalUserNum,delegate<OnFriendsChange> FriendsDelegate) )
ClearGameInviteAcceptedDelegate Source code
function ClearGameInviteAcceptedDelegate ( byte LocalUserNum,delegate<OnGameInviteAccepted> GameInviteAcceptedDelegate) )
ClearJoinFriendGameCompleteDelegate Source code
function ClearJoinFriendGameCompleteDelegate ( delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate )
ClearJoinMigratedOnlineGameCompleteDelegate Source code
function ClearJoinMigratedOnlineGameCompleteDelegate ( delegate<OnJoinMigratedOnlineGameComplete> JoinMigratedOnlineGameCompleteDelegate )
ClearJoinOnlineGameCompleteDelegate Source code
function ClearJoinOnlineGameCompleteDelegate ( delegate<OnJoinOnlineGameComplete> JoinOnlineGameCompleteDelegate) )
ClearKeyboardInputDoneDelegate Source code
function ClearKeyboardInputDoneDelegate ( delegate<OnKeyboardInputComplete> InputDelegate )
ClearLinkStatusChangeDelegate Source code
function ClearLinkStatusChangeDelegate ( delegate<OnLinkStatusChange> LinkStatusDelegate )
ClearLoginCancelledDelegate Source code
function ClearLoginCancelledDelegate ( delegate<OnLoginCancelled> CancelledDelegate) )
ClearLoginChangeDelegate Source code
function ClearLoginChangeDelegate ( delegate<OnLoginChange> LoginDelegate) )
ClearLoginFailedDelegate Source code
function ClearLoginFailedDelegate ( byte LocalUserNum,delegate<OnLoginFailed> LoginFailedDelegate) )
ClearLoginStatusChangeDelegate Source code
function ClearLoginStatusChangeDelegate ( delegate<OnLoginStatusChange> LoginStatusDelegate,byte LocalUserNum) )
ClearLogoutCompletedDelegate Source code
function ClearLogoutCompletedDelegate ( byte LocalUserNum,delegate<OnLogoutCompleted> LogoutDelegate )
ClearMigrateOnlineGameCompleteDelegate Source code
function ClearMigrateOnlineGameCompleteDelegate ( delegate<OnMigrateOnlineGameComplete> MigrateOnlineGameCompleteDelegate )
ClearMutingChangeDelegate Source code
function ClearMutingChangeDelegate ( delegate<OnFriendsChange> MutingDelegate) )
ClearPlayerTalkingDelegate Source code
function ClearPlayerTalkingDelegate ( delegate<OnPlayerTalkingStateChange> TalkerDelegate) )
ClearProfileDataChangedDelegate Source code
function ClearProfileDataChangedDelegate ( byte LocalUserNum,delegate<OnProfileDataChanged> ProfileDataChangedDelegate )
ClearQosStatusChangedDelegate Source code
function ClearQosStatusChangedDelegate ( delegate<OnQosStatusChanged> QosStatusChangedDelegate )
ClearReadAchievementsCompleteDelegate Source code
function ClearReadAchievementsCompleteDelegate ( byte LocalUserNum,delegate<OnReadAchievementsComplete> ReadAchievementsCompleteDelegate) )
ClearReadFriendsCompleteDelegate Source code
function ClearReadFriendsCompleteDelegate ( byte LocalUserNum,delegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate) )
ClearReadOnlineStatsCompleteDelegate Source code
function ClearReadOnlineStatsCompleteDelegate ( delegate<OnReadOnlineStatsComplete> ReadOnlineStatsCompleteDelegate) )
ClearReadPlayerStorageCompleteDelegate Source code
function ClearReadPlayerStorageCompleteDelegate ( byte LocalUserNum,delegate<OnReadPlayerStorageComplete> ReadPlayerStorageCompleteDelegate )
ClearReadPlayerStorageForNetIdCompleteDelegate Source code
function ClearReadPlayerStorageForNetIdCompleteDelegate (
UniqueNetId NetId,delegate<
OnReadPlayerStorageForNetIdComplete> ReadPlayerStorageForNetIdCompleteDelegate )
ClearReadProfileSettingsCompleteDelegate Source code
function ClearReadProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate) )
ClearReadTitleFileCompleteDelegate Source code
function ClearReadTitleFileCompleteDelegate ( delegate<OnReadTitleFileComplete> ReadTitleFileCompleteDelegate )
ClearRecalculateSkillRatingCompleteDelegate Source code
function ClearRecalculateSkillRatingCompleteDelegate ( delegate<OnRecalculateSkillRatingComplete> RecalculateSkillRatingGameCompleteDelegate )
ClearReceivedGameInviteDelegate Source code
function ClearReceivedGameInviteDelegate ( byte LocalUserNum,delegate<OnReceivedGameInvite> ReceivedGameInviteDelegate )
ClearRecognitionCompleteDelegate Source code
function ClearRecognitionCompleteDelegate ( byte LocalUserNum,delegate<OnRecognitionComplete> RecognitionDelegate )
ClearRegisterHostStatGuidCompleteDelegateDelegate Source code
function ClearRegisterHostStatGuidCompleteDelegateDelegate ( delegate<OnFlushOnlineStatsComplete> RegisterHostStatGuidCompleteDelegate )
ClearRegisterPlayerCompleteDelegate Source code
function ClearRegisterPlayerCompleteDelegate ( delegate<OnRegisterPlayerComplete> RegisterPlayerCompleteDelegate )
ClearStartOnlineGameCompleteDelegate Source code
function ClearStartOnlineGameCompleteDelegate ( delegate<OnStartOnlineGameComplete> StartOnlineGameCompleteDelegate )
ClearStorageDeviceChangeDelegate Source code
function ClearStorageDeviceChangeDelegate ( delegate<OnStorageDeviceChange> StorageDeviceChangeDelegate )
ClearUnlockAchievementCompleteDelegate Source code
function ClearUnlockAchievementCompleteDelegate ( byte LocalUserNum,delegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate) )
ClearUnregisterPlayerCompleteDelegate Source code
function ClearUnregisterPlayerCompleteDelegate ( delegate<OnUnregisterPlayerComplete> UnregisterPlayerCompleteDelegate )
ClearUpdateOnlineGameCompleteDelegate Source code
function ClearUpdateOnlineGameCompleteDelegate ( delegate<OnUpdateOnlineGameComplete> UpdateOnlineGameCompleteDelegate )
ClearWritePlayerStorageCompleteDelegate Source code
function ClearWritePlayerStorageCompleteDelegate ( byte LocalUserNum,delegate<OnWritePlayerStorageComplete> WritePlayerStorageCompleteDelegate )
ClearWriteProfileSettingsCompleteDelegate Source code
function ClearWriteProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate) )
function bool CreateOnlineGame (
byte HostingPlayerNum,
name SessionName,
OnlineGameSettings NewGameSettings )
function bool DeleteMessage ( byte LocalUserNum,int MessageIndex )
function bool DenyFriendInvite (
byte LocalUserNum,
UniqueNetId RequestingPlayer )
function bool DestroyOnlineGame ( name SessionName )
native function bool EndOnlineGame ( name SessionName )
function bool FindOnlineGames (
byte SearchingPlayerNum,
OnlineGameSearch SearchSettings )
function bool FlushOnlineStats ( name SessionName )
function string GetClientStatGuid ( )
GetDeviceSelectionResults Source code
function int GetDeviceSelectionResults ( byte LocalUserNum,out string DeviceName )
function string GetHostStatGuid ( )
GetKeyboardInputResults Source code
function string GetKeyboardInputResults ( out byte bWasCanceled )
function int GetLocale ( ) )
GetNetworkNotificationPosition Source code
function string GetPlayerNickname ( byte LocalUserNum) )
GetPlayerNicknameFromIndex Source code
event string GetPlayerNicknameFromIndex ( int UserIndex) )
GetPlayerUniqueNetIdFromIndex Source code
event
UniqueNetId GetPlayerUniqueNetIdFromIndex (
int UserIndex) )
GetResolvedConnectString Source code
native function bool GetResolvedConnectString ( name SessionName,out string ConnectInfo )
function bool GetTitleFileContents ( string FileName,out array<byte> FileContents )
function bool GetUniquePlayerId (
byte LocalUserNum,out
UniqueNetId PlayerId) )
function bool HasLinkConnection ( ) )
native event bool Init ( )
function bool IsControllerConnected ( int ControllerId) )
function bool IsDeviceValid ( int DeviceId,optional int SizeNeeded )
function bool IsFriend (
byte LocalUserNum,
UniqueNetId PlayerId )
function bool IsGuestLogin ( byte LocalUserNum )
function bool IsHeadsetPresent ( byte LocalUserNum )
function bool IsLocalLogin ( byte LocalUserNum )
native function bool IsLocalPlayerTalking ( byte LocalUserNum )
function bool IsMuted (
byte LocalUserNum,
UniqueNetId PlayerId )
native
function bool IsRemotePlayerTalking (
UniqueNetId PlayerId )
function bool JoinFriendGame (
byte LocalUserNum,
UniqueNetId Friend )
JoinMigratedOnlineGame Source code
function bool JoinMigratedOnlineGame (
byte PlayerNum,
name SessionName,const out
OnlineGameSearchResult DesiredGame )
native function bool Login ( byte LocalUserNum,string LoginName,string Password,optional bool bWantsLocalOnly )
function bool Logout ( byte LocalUserNum )
function bool MigrateOnlineGame ( byte HostingPlayerNum,name SessionName )
function bool MuteAll ( byte LocalUserNum,bool bAllowFriends )
native
function bool MuteRemoteTalker (
byte LocalUserNum,
UniqueNetId PlayerId,optional
bool bIsSystemWide )
QueryNonAdvertisedData Source code
function bool QueryNonAdvertisedData ( int StartAt,int NumberToQuery )
native function bool ReadAchievements ( byte LocalUserNum,optional int TitleId = 0,optional bool bShouldReadText = true,optional bool bShouldReadImages = false )
native function bool ReadFriendsList ( byte LocalUserNum,optional int Count,optional int StartingAt )
native
function bool ReadOnlineStatsByRank (
OnlineStatsRead StatsRead,optional
int StartIndex =
1,optional
int NumToRead =
100 )
ReadOnlineStatsByRankAroundPlayer Source code
native
function bool ReadOnlineStatsByRankAroundPlayer (
byte LocalUserNum,
OnlineStatsRead StatsRead,optional
int NumRows =
10 )
ReadOnlineStatsForFriends Source code
native
function bool ReadOnlineStatsForFriends (
byte LocalUserNum,
OnlineStatsRead StatsRead )
ReadPlatformSpecificSessionInfo Source code
function bool ReadPlatformSpecificSessionInfo ( const out
OnlineGameSearchResult DesiredGame,out
byte PlatformSpecificInfo[
80] )
ReadPlatformSpecificSessionInfoBySessionName Source code
function bool ReadPlatformSpecificSessionInfoBySessionName ( name SessionName,out byte PlatformSpecificInfo[80] )
function bool ReadPlayerStorage (
byte LocalUserNum,
OnlinePlayerStorage PlayerStorage,optional
int DeviceId = -
1 )
ReadPlayerStorageForNetId Source code
function bool ReadTitleFile ( string FileToRead )
RecalculateSkillRating Source code
function bool RecalculateSkillRating (
name SessionName,const out array<
UniqueNetId> Players )
RegisterForArbitration Source code
function bool RegisterForArbitration ( name SessionName )
function bool RegisterHostStatGuid ( const out string HostStatGuid )
function bool RegisterLocalTalker ( byte LocalUserNum )
function bool RegisterPlayer (
name SessionName,
UniqueNetId PlayerId,
bool bWasInvited )
function bool RegisterPlayers (
name SessionName,const out array<
UniqueNetId> Players )
function bool RegisterRemoteTalker (
UniqueNetId PlayerId )
function bool RegisterStatGuid (
UniqueNetId PlayerId,const out
string ClientStatGuid )
function bool RemoveFriend (
byte LocalUserNum,
UniqueNetId FormerFriend )
function bool SelectVocabulary ( byte LocalUserNum,int VocabularyId )
SendGameInviteToFriend Source code
function bool SendGameInviteToFriend (
byte LocalUserNum,
UniqueNetId Friend,optional
string Text )
SendGameInviteToFriends Source code
function bool SendGameInviteToFriends (
byte LocalUserNum,array<
UniqueNetId> Friends,optional
string Text )
function bool SendMessageToFriend (
byte LocalUserNum,
UniqueNetId Friend,
string Message )
SetNetworkNotificationPosition Source code
function SetOnlineStatus (
byte LocalUserNum,
int StatusId,const out array<
LocalizedStringSetting> LocalizedStringSettings,const out array<
SettingsProperty> Properties )
SetRemoteTalkerPriority Source code
function bool SetRemoteTalkerPriority (
byte LocalUserNum,
UniqueNetId PlayerId,
int Priority )
SetSpeechRecognitionObject Source code
function bool SetSpeechRecognitionObject (
byte LocalUserNum,
SpeechRecognition SpeechRecogObj )
native function bool ShowAchievementsUI ( byte LocalUserNum )
ShowContentMarketplaceUI Source code
function bool ShowContentMarketplaceUI ( byte LocalUserNum,optional int CategoryMask = -1,optional int OfferId )
function bool ShowCustomPlayersUI (
byte LocalUserNum,const out array<
UniqueNetId> Players,
string Title,
string Description )
function bool ShowDeviceSelectionUI ( byte LocalUserNum,int SizeNeeded,optional bool bManageStorage )
function bool ShowFeedbackUI (
byte LocalUserNum,
UniqueNetId PlayerId )
function bool ShowFriendsInviteUI (
byte LocalUserNum,
UniqueNetId PlayerId )
function bool ShowFriendsUI ( byte LocalUserNum )
function bool ShowGamerCardUI (
byte LocalUserNum,
UniqueNetId PlayerId )
function bool ShowInviteUI ( byte LocalUserNum,optional string InviteText )
function bool ShowKeyboardUI ( byte LocalUserNum,string TitleText,string DescriptionText,
optional bool bIsPassword = false,
optional bool bShouldValidate = true,
optional string DefaultText,
optional int MaxResultLength = 256 )
native function bool ShowLoginUI ( optional bool bShowOnlineOnly = false )
ShowMembershipMarketplaceUI Source code
function bool ShowMembershipMarketplaceUI ( byte LocalUserNum )
function bool ShowMessagesUI ( byte LocalUserNum )
function bool ShowPlayersUI ( byte LocalUserNum )
native function StartNetworkedVoice ( byte LocalUserNum )
function bool StartOnlineGame ( name SessionName )
StartSpeechRecognition Source code
function bool StartSpeechRecognition ( byte LocalUserNum )
native function StopNetworkedVoice ( byte LocalUserNum )
function bool StopSpeechRecognition ( byte LocalUserNum )
native function bool UnlockAchievement ( byte LocalUserNum,int AchievementId )
function bool UnlockAvatarAward ( byte LocalUserNum,int AvatarItemId )
function bool UnlockGamerPicture ( byte LocalUserNum,int PictureId )
function bool UnmuteAll ( byte LocalUserNum )
native
function bool UnmuteRemoteTalker (
byte LocalUserNum,
UniqueNetId PlayerId,optional
bool bIsSystemWide )
function bool UnregisterLocalTalker ( byte LocalUserNum )
function bool UnregisterPlayer (
name SessionName,
UniqueNetId PlayerId )
function bool UnregisterPlayers (
name SessionName,const out array<
UniqueNetId> Players )
UnregisterRemoteTalker Source code
function bool UnregisterRemoteTalker (
UniqueNetId PlayerId )
function bool UpdateOnlineGame (
name SessionName,
OnlineGameSettings UpdatedGameSettings,optional
bool bShouldRefreshOnlineData =
false )
WriteOnlinePlayerScores Source code
function bool WriteOnlinePlayerScores (
name SessionName,
int LeaderboardId,const out array<
OnlinePlayerScore> PlayerScores )
function bool WritePlayerStorage (
byte LocalUserNum,
OnlinePlayerStorage PlayerStorage,optional
int DeviceId = -
1 )
Creation time: ti 22-3-2011 19:56:53.792 - Created with
UnCodeX