Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS Real Studio MountainLion Plugin:GameKit:
Complete Console safe, Sizes: Mac OS X 372 KBytes, Linux 94 KBytes, Windows 80 KBytes.
- class GKMatchRequestMBS
- class GKAchievementMBS
- method reportAchievement(tag as variant = nil)
- method Constructor(identifier as string)
- method showsCompletionBanner as boolean
- method identifier as string
- method percentComplete as double
- method isCompleted as boolean
- method isHidden as boolean
- method lastReportedDate as date
- property Handle as Integer
- shared method loadAchievements(tag as variant = nil)
- shared method resetAchievements(tag as variant = nil)
- shared method Available as boolean
- class GKAchievementDescriptionMBS
- method loadImage(tag as variant = nil)
- method image as NSImageMBS
- method Constructor
- method isHidden as boolean
- method maximumPoints as Integer
- method identifier as string
- method title as string
- method achievedDescription as string
- method unachievedDescription as string
- property Handle as Integer
- shared method loadAchievementDescriptions(tag as variant = nil)
- shared method incompleteAchievementImage as NSImageMBS
- shared method placeholderCompletedAchievementImage as NSImageMBS
- shared method Available as boolean
- class GKLeaderboardMBS
- method loadScores(tag as variant = nil)
- method Constructor(playerIDs() as string)
- method Constructor
- method isLoading as boolean
- method localPlayerScore as GKScoreMBS
- method title as string
- method category as string
- method timeScope as integer
- method playerScope as integer
- method maxRange as integer
- method scores as GKScoreMBS()
- method range as NSRangeMBS
- property Handle as Integer
- shared method setDefaultLeaderboard(categoryID as string, tag as variant = nil)
- shared method loadCategories(tag as variant = nil)
- shared method Available as boolean
- class GKLocalPlayerMBS
- method Constructor
- method isUnderage as boolean
- method isAuthenticated as boolean
- method friends as string()
- method authenticate(tag as variant = nil)
- method loadFriends(tag as variant = nil)
- shared method localPlayer as GKLocalPlayerMBS
- shared method GKPlayerAuthenticationDidChangeNotificationName as string
- class GKMatchMBS
- method sendDataToPlayers(players() as string, data as Dictionary, mode as integer, byref error as NSErrorMBS) as boolean
- method sendDataToAllPlayers(data as Dictionary, mode as integer, byref error as NSErrorMBS) as boolean
- method voiceChatWithName(name as string) as GKVoiceChatMBS
- method Constructor
- method disconnect
- method expectedPlayerCount as integer
- method playerIDs as string()
- property Handle as Integer
- shared method Available as boolean
- class GKMatchmakerMBS
- method queryActivity(tag as variant = nil)
- method queryPlayerGroupActivity(playerGroup as integer, tag as variant = nil)
- method addPlayersToMatch(match as GKMatchMBS, matchRequest as GKMatchRequestMBS, tag as variant = nil)
- method findPlayersForHostedMatchRequest(request as GKMatchRequestMBS, tag as variant = nil)
- method findMatchForRequest(request as GKMatchRequestMBS, tag as variant = nil)
- method Destructor
- method Constructor
- method cancel
- property Handle as Integer
- shared method Available as boolean
- shared method sharedMatchmaker as GKMatchmakerMBS
- class GKInviteMBS
- class GKPlayerMBS
- method loadPhotoForSize(size as integer, tag as variant = nil)
- method Constructor
- method isFriend as boolean
- method alias as string
- method playerID as string
- property Handle as Integer
- shared method loadPlayersForIdentifiers(identifiers() as string, tag as variant = nil)
- shared method GKPlayerDidChangeNotificationName as string
- shared method Available as boolean
- class GKTurnBasedParticipantMBS
- class GKScoreMBS
- method reportScore(tag as variant = nil)
- method Constructor(category as string)
- method shouldSetDefaultLeaderboard as boolean
- method formattedValue as string
- method category as string
- method date as date
- method playerID as string
- method rank as integer
- method value as Int64
- method context as UInt64
- property Handle as Integer
- shared method Available as boolean
- class GKTurnBasedMatchMBS
- method endTurnWithNextParticipant(nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, tag as variant = nil)
- method participantQuitInTurnWithOutcome(matchOutcome as integer, nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, tag as variant = nil)
- method participantQuitOutOfTurnWithOutcome(matchOutcome as integer, tag as variant = nil)
- method endMatchInTurnWithMatchData(matchData as Dictionary, tag as variant = nil)
- method loadMatchData(tag as variant = nil)
- method remove(tag as variant = nil)
- method Constructor
- method matchID as string
- method creationDate as date
- method status as integer
- method participants as GKTurnBasedParticipantMBS()
- method currentParticipant as GKTurnBasedParticipantMBS
- method matchData as Dictionary
- method message as string
- property Handle as Integer
- shared method loadMatches(tag as variant = nil)
- shared method findMatchForRequest(request as GKMatchRequestMBS, tag as variant = nil)
- shared method Available as boolean
- class GKVoiceChatMBS
- method playerIDs as string()
- method setMute(mute as boolean, playerID as string)
- method Constructor
- method start
- method stop
- method enablePlayerStateUpdate
- method name as string
- method active as boolean
- method volume as double
- property Handle as Integer
- shared method isVoIPAllowed as boolean
- shared method Available as boolean
- class GameKitMBS
- shared method GKErrorDomain as string
- shared method Available as boolean
- shared method showBannerWithTitle(title as string, message as string, tag as variant = nil)
- event NotificationBannerCompleted(title as string, message as string, tag as variant)
- event authenticateCompleted(localPlayer as GKLocalPlayerMBS, error as NSErrorMBS, tag as variant)
- event loadFriendsCompleted(localPlayer as GKLocalPlayerMBS, friends() as string, error as NSErrorMBS, tag as variant)
- event reportScoreCompleted(score as GKScoreMBS, error as NSErrorMBS, tag as variant)
- event reportAchievementCompleted(score as GKAchievementMBS, error as NSErrorMBS, tag as variant)
- event loadAchievementsCompleted(achievements() as GKAchievementMBS, error as NSErrorMBS, tag as variant)
- event resetAchievementsCompleted(error as NSErrorMBS, tag as variant)
- event loadImageCompleted(description as GKAchievementDescriptionMBS, image as NSImageMBS, error as NSErrorMBS, tag as variant)
- event loadAchievementDescriptionsCompleted(achievements() as GKAchievementDescriptionMBS, error as NSErrorMBS, tag as variant)
- event matchDidReceiveData(match as GKMatchMBS, data as Dictionary, playerID as string)
- event matchDidChangeState(match as GKMatchMBS, playerID as string, state as integer)
- event matchConnectionWithPlayerFailed(match as GKMatchMBS, playerID as string, error as NSErrorMBS)
- event matchDidFailWithError(match as GKMatchMBS, error as NSErrorMBS)
- event matchShouldReinvitePlayer(match as GKMatchMBS, playerID as string) as boolean
- event loadPlayersForIdentifiersCompleted(identifiers() as string, players() as GKPlayerMBS, error as NSErrorMBS, tag as variant)
- event loadPhotoForSizeCompleted(player as GKPlayerMBS, size as integer, photo as NSImageMBS, error as NSErrorMBS, tag as variant)
- event playerStateUpdate(playerID as string, state as integer)
- event loadScoresCompleted(Leaderboard as GKLeaderboardMBS, scores() as GKScoreMBS, error as NSErrorMBS, tag as variant)
- event loadCategoriesCompleted(categories() as string, titles() as string, error as NSErrorMBS, tag as variant)
- event setDefaultLeaderboardCompleted(categoryID as string, error as NSErrorMBS, tag as variant)
- event Invited(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, acceptedInvite as GKInviteMBS, playersToInvite() as string)
- event findMatchForRequestCompleted(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, match as GKMatchMBS, error as NSErrorMBS, tag as variant)
- event findPlayersForHostedMatchRequestCompleted(MatchMaker as GKMatchmakerMBS, request as GKMatchRequestMBS, playerIDs() as string, error as NSErrorMBS, tag as variant)
- event addPlayersToMatchCompleted(MatchMaker as GKMatchmakerMBS, match as GKMatchMBS, matchRequest as GKMatchRequestMBS, error as NSErrorMBS, tag as variant)
- event queryPlayerGroupActivityCompleted(MatchMaker as GKMatchmakerMBS, playerGroup as integer, activity as integer, error as NSErrorMBS, tag as variant)
- event queryActivityCompleted(MatchMaker as GKMatchmakerMBS, activity as integer, error as NSErrorMBS, tag as variant)
- event handleInviteFromGameCenter(playersToInvite() as string)
- event handleTurnEventForMatch(match as GKTurnBasedMatchMBS)
- event handleMatchEnded(match as GKTurnBasedMatchMBS)
- event findMatchForRequest2Completed(request as GKMatchRequestMBS, match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event loadMatchesCompleted(matches() as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event removeCompleted(match as GKTurnBasedMatchMBS, error as NSErrorMBS, tag as variant)
- event loadMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event endMatchInTurnWithMatchDataCompleted(match as GKTurnBasedMatchMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event participantQuitOutOfTurnWithOutcomeCompleted(match as GKTurnBasedMatchMBS, matchOutcome as Integer, error as NSErrorMBS, tag as variant)
- event participantQuitInTurnWithOutcome(match as GKTurnBasedMatchMBS, matchOutcome as Integer, nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event endTurnWithNextParticipant(match as GKTurnBasedMatchMBS, nextParticipant as GKTurnBasedParticipantMBS, matchData as Dictionary, error as NSErrorMBS, tag as variant)
- event achievementViewControllerDidFinish(viewController as variant)
- event turnBasedMatchmakerViewControllerWasCancelled(viewController as variant)
- event turnBasedMatchmakerViewControllerDidFailWithError(viewController as variant, error as NSErrorMBS)
- event turnBasedMatchmakerViewControllerDidFindMatch(viewController as variant, match as GKTurnBasedMatchMBS)
- event turnBasedMatchmakerViewControllerPlayerQuitForMatch(viewController as variant, match as GKTurnBasedMatchMBS)
- event leaderboardViewControllerDidFinish(viewController as variant)
- event matchmakerViewControllerWasCancelled(viewController as variant)
- event matchmakerViewControllerDidFailWithError(viewController as variant, error as NSErrorMBS)
- event matchmakerViewControllerDidFindMatch(viewController as variant, match as GKMatchMBS)
- event matchmakerViewControllerDidFindPlayers(viewController as variant, playerIDs() as string)
- event matchmakerViewControllerDidReceiveAcceptFromHostedPlayer(viewController as variant, playerID as string)
- event friendRequestComposeViewControllerDidFinish(viewController as variant)
- event PlayerChanged(player as GKPlayerMBS)
- event PlayerAuthenticationDidChange(player as GKPlayerMBS)
Links
MBS Real Studio Plugins