MCPcopy Create free account

hub / github.com/IvarK/AntimatterDimensionsSourceCode / functions

Functions3,040 in github.com/IvarK/AntimatterDimensionsSourceCode

MethodLinkNintendoServiceAccount
* Links the Nintendo account associated with the token to the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/a
src/typings/PlayFabClientApi.d.ts:484
MethodLinkNintendoSwitchDeviceId
* Links the NintendoSwitchDeviceId to the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-management/lin
src/typings/PlayFabClientApi.d.ts:489
MethodLinkOpenIdConnect
* Links an OpenID Connect account to a user's PlayFab account, based on an existing relationship between a title and an * Open ID Connect pr
src/typings/PlayFabClientApi.d.ts:495
MethodLinkPSNAccount
* Links the PlayStation :tm: Network account associated with the provided access code to the user's PlayFab account * https://docs.microsoft
src/typings/PlayFabClientApi.d.ts:500
MethodLinkSteamAccount
* Links the Steam account associated with the provided Steam authentication ticket to the user's PlayFab account * https://docs.microsoft.co
src/typings/PlayFabClientApi.d.ts:505
MethodLinkTwitch
* Links the Twitch account associated with the token to the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/acc
src/typings/PlayFabClientApi.d.ts:510
MethodLinkXboxAccount
* Links the Xbox Live account associated with the provided access code to the user's PlayFab account * https://docs.microsoft.com/rest/api/p
src/typings/PlayFabClientApi.d.ts:515
MethodLoginWithAndroidDeviceID
* Signs the user in using the Android device identifier, returning a session identifier that can subsequently be used for * API calls which
src/typings/PlayFabClientApi.d.ts:521
MethodLoginWithApple
* Signs in the user with a Sign in with Apple identity token. * https://docs.microsoft.com/rest/api/playfab/client/authentication/loginwitha
src/typings/PlayFabClientApi.d.ts:526
MethodLoginWithCustomID
* Signs the user in using a custom unique identifier generated by the title, returning a session identifier that can * subsequently be used
src/typings/PlayFabClientApi.d.ts:532
MethodLoginWithEmailAddress
* Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls * which require an aut
src/typings/PlayFabClientApi.d.ts:540
MethodLoginWithFacebook
* Signs the user in using a Facebook access token, returning a session identifier that can subsequently be used for API * calls which requir
src/typings/PlayFabClientApi.d.ts:546
MethodLoginWithFacebookInstantGamesId
* Signs the user in using a Facebook Instant Games ID, returning a session identifier that can subsequently be used for * API calls which re
src/typings/PlayFabClientApi.d.ts:552
MethodLoginWithGameCenter
* Signs the user in using an iOS Game Center player identifier, returning a session identifier that can subsequently be * used for API calls
src/typings/PlayFabClientApi.d.ts:561
MethodLoginWithGoogleAccount
* Signs the user in using their Google account credentials * https://docs.microsoft.com/rest/api/playfab/client/authentication/loginwithgoog
src/typings/PlayFabClientApi.d.ts:566
MethodLoginWithGooglePlayGamesServices
* Signs the user in using their Google Play Games account credentials * https://docs.microsoft.com/rest/api/playfab/client/authentication/lo
src/typings/PlayFabClientApi.d.ts:571
MethodLoginWithIOSDeviceID
* Signs the user in using the vendor-specific iOS device identifier, returning a session identifier that can subsequently * be used for API
src/typings/PlayFabClientApi.d.ts:577
MethodLoginWithKongregate
* Signs the user in using a Kongregate player account. * https://docs.microsoft.com/rest/api/playfab/client/authentication/loginwithkongrega
src/typings/PlayFabClientApi.d.ts:582
MethodLoginWithNintendoServiceAccount
* Signs in the user with a Nintendo service account token. * https://docs.microsoft.com/rest/api/playfab/client/authentication/loginwithnint
src/typings/PlayFabClientApi.d.ts:587
MethodLoginWithNintendoSwitchDeviceId
* Signs the user in using a Nintendo Switch Device ID, returning a session identifier that can subsequently be used for * API calls which re
src/typings/PlayFabClientApi.d.ts:593
MethodLoginWithOpenIdConnect
* Logs in a user with an Open ID Connect JWT created by an existing relationship between a title and an Open ID Connect * provider.
src/typings/PlayFabClientApi.d.ts:599
MethodLoginWithPSN
* Signs the user in using a PlayStation :tm: Network authentication code, returning a session identifier that can * subsequently be used for
src/typings/PlayFabClientApi.d.ts:613
MethodLoginWithPlayFab
* Signs the user into the PlayFab account, returning a session identifier that can subsequently be used for API calls * which require an aut
src/typings/PlayFabClientApi.d.ts:607
FunctionLoginWithSteam
(ticket)
src/steam/bindings/playfab.js:9
MethodLoginWithTwitch
* Signs the user in using a Twitch access token. * https://docs.microsoft.com/rest/api/playfab/client/authentication/loginwithtwitch
src/typings/PlayFabClientApi.d.ts:624
MethodLoginWithXbox
* Signs the user in using a Xbox Live Token, returning a session identifier that can subsequently be used for API calls * which require an a
src/typings/PlayFabClientApi.d.ts:630
MethodMatchmake
* Attempts to locate a game session matching the given parameters. If the goal is to match the player into a specific * active session, only
src/typings/PlayFabClientApi.d.ts:640
MethodOpenTrade
* Opens a new outstanding trade. Note that a given item instance may only be in one open trade at a time. * https://docs.microsoft.com/rest/
src/typings/PlayFabClientApi.d.ts:645
FunctionPURCHASE
(type, tier)
src/core/secret-formula/multiplier-tab/icons.js:25
FunctionPayForPurchase
(orderId, currency, providerName)
src/steam/bindings/playfab.js:54
FunctionPurchaseItem
(id, price, currency)
src/steam/bindings/playfab.js:36
MethodRedeemCoupon
* Adds the virtual goods associated with the coupon to the user's inventory. Coupons can be generated via the * Economy->Catalogs tab in the
src/typings/PlayFabClientApi.d.ts:662
MethodRefreshPSNAuthToken
* Uses the supplied OAuth code to refresh the internally cached player PlayStation :tm: Network auth token * https://docs.microsoft.com/rest
src/typings/PlayFabClientApi.d.ts:667
MethodRegisterForIOSPushNotification
* Registers the iOS device to receive push notifications * https://docs.microsoft.com/rest/api/playfab/client/platform-specific-methods/regi
src/typings/PlayFabClientApi.d.ts:672
MethodRegisterPlayFabUser
* Registers a new Playfab user account, returning a session identifier that can subsequently be used for API calls which * require an authen
src/typings/PlayFabClientApi.d.ts:678
MethodRemoveContactEmail
* Removes a contact email from the player's profile. * https://docs.microsoft.com/rest/api/playfab/client/account-management/removecontactem
src/typings/PlayFabClientApi.d.ts:683
MethodRemoveFriend
* Removes a specified user from the friend list of the local user * https://docs.microsoft.com/rest/api/playfab/client/friend-list-managemen
src/typings/PlayFabClientApi.d.ts:688
MethodRemoveGenericID
* Removes the specified generic service identifier from the player's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/a
src/typings/PlayFabClientApi.d.ts:693
MethodRemoveSharedGroupMembers
* Removes users from the set of those able to update the shared data and the set of users in the group. Only users in the * group can remove
src/typings/PlayFabClientApi.d.ts:701
MethodReportAdActivity
* Report player's ad activity * https://docs.microsoft.com/rest/api/playfab/client/advertising/reportadactivity
src/typings/PlayFabClientApi.d.ts:706
MethodReportDeviceInfo
* Write a PlayStream event to describe the provided player device information. This API method is not designed to be * called directly by de
src/typings/PlayFabClientApi.d.ts:712
MethodReportPlayer
* Submit a report for another player (due to bad bahavior, etc.), so that customer service representatives for the title * can take action c
src/typings/PlayFabClientApi.d.ts:718
MethodRestoreIOSPurchases
* Restores all in-app purchases based on the given restore receipt * https://docs.microsoft.com/rest/api/playfab/client/platform-specific-me
src/typings/PlayFabClientApi.d.ts:723
MethodRewardAdActivity
* Reward player's ad activity * https://docs.microsoft.com/rest/api/playfab/client/advertising/rewardadactivity
src/typings/PlayFabClientApi.d.ts:728
FunctionSACRIFICE
(type)
src/core/secret-formula/multiplier-tab/icons.js:57
MethodSECOND_GAUSSIAN_DEFAULT_VALUE
()
src/core/glyphs/glyph-generator.js:11
FunctionSPECIFIC_GLYPH
(type)
src/core/secret-formula/multiplier-tab/icons.js:163
MethodSTCost
()
src/core/time-studies/time-studies.js:167
MethodSendAccountRecoveryEmail
* Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to * change the password.
src/typings/PlayFabClientApi.d.ts:735
MethodSetFriendTags
* Updates the tag list for a specified user in the friend list of the local user * https://docs.microsoft.com/rest/api/playfab/client/friend
src/typings/PlayFabClientApi.d.ts:740
MethodSetPlayerSecret
* Sets the player's secret if it is not already set. Player secrets are used to sign API requests. To reset a player's * secret use the Admi
src/typings/PlayFabClientApi.d.ts:746
FunctionStartPurchase
(itemId, quantity, annotation)
src/steam/bindings/playfab.js:44
MethodSubtractUserVirtualCurrency
* Decrements the user's balance of the specified virtual currency by the stated amount. It is possible to make a VC * balance negative with
src/typings/PlayFabClientApi.d.ts:757
MethodTS
src/components/tabs/time-studies/time-study-tree-layout.js:51
FunctionTheme
(name, config)
src/core/themes.js:3
FunctionUPGRADE
(type)
src/core/secret-formula/multiplier-tab/icons.js:72
MethodUnlinkAndroidDeviceID
* Unlinks the related Android device identifier from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account
src/typings/PlayFabClientApi.d.ts:762
MethodUnlinkApple
* Unlinks the related Apple account from the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/account-management
src/typings/PlayFabClientApi.d.ts:767
MethodUnlinkCustomID
* Unlinks the related custom identifier from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-managem
src/typings/PlayFabClientApi.d.ts:772
MethodUnlinkFacebookAccount
* Unlinks the related Facebook account from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-manageme
src/typings/PlayFabClientApi.d.ts:777
MethodUnlinkFacebookInstantGamesId
* Unlinks the related Facebook Instant Game Ids from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account
src/typings/PlayFabClientApi.d.ts:782
MethodUnlinkGameCenterAccount
* Unlinks the related Game Center account from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-manag
src/typings/PlayFabClientApi.d.ts:787
MethodUnlinkGoogleAccount
* Unlinks the related Google account from the user's PlayFab account * (https://developers.google.com/android/reference/com/google/android/g
src/typings/PlayFabClientApi.d.ts:793
MethodUnlinkGooglePlayGamesServicesAccount
* Unlinks the related Google Play Games account from the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/accoun
src/typings/PlayFabClientApi.d.ts:798
MethodUnlinkIOSDeviceID
* Unlinks the related iOS device identifier from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-man
src/typings/PlayFabClientApi.d.ts:803
MethodUnlinkKongregate
* Unlinks the related Kongregate identifier from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-man
src/typings/PlayFabClientApi.d.ts:808
MethodUnlinkNintendoServiceAccount
* Unlinks the related Nintendo account from the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/account-managem
src/typings/PlayFabClientApi.d.ts:813
MethodUnlinkNintendoSwitchDeviceId
* Unlinks the related NintendoSwitchDeviceId from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-ma
src/typings/PlayFabClientApi.d.ts:818
MethodUnlinkOpenIdConnect
* Unlinks an OpenID Connect account from a user's PlayFab account, based on the connection ID of an existing relationship * between a title
src/typings/PlayFabClientApi.d.ts:824
MethodUnlinkPSNAccount
* Unlinks the related PlayStation :tm: Network account from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/
src/typings/PlayFabClientApi.d.ts:829
MethodUnlinkSteamAccount
* Unlinks the related Steam account from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-management/
src/typings/PlayFabClientApi.d.ts:834
MethodUnlinkTwitch
* Unlinks the related Twitch account from the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/account-managemen
src/typings/PlayFabClientApi.d.ts:839
MethodUnlinkXboxAccount
* Unlinks the related Xbox Live account from the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-managem
src/typings/PlayFabClientApi.d.ts:844
MethodUnlockContainerInstance
* Opens the specified container, with the specified key (when required), and returns the contents of the opened container. * If the containe
src/typings/PlayFabClientApi.d.ts:851
MethodUnlockContainerItem
* Searches target inventory for an ItemInstance matching the given CatalogItemId, if necessary unlocks it using an * appropriate key, and re
src/typings/PlayFabClientApi.d.ts:858
MethodUpdateAvatarUrl
* Update the avatar URL of the player * https://docs.microsoft.com/rest/api/playfab/client/account-management/updateavatarurl
src/typings/PlayFabClientApi.d.ts:863
MethodUpdateCharacterData
* Creates and updates the title-specific custom data for the user's character which is readable and writable by the client * https://docs.mi
src/typings/PlayFabClientApi.d.ts:868
MethodUpdateCharacterStatistics
* Updates the values of the specified title-specific statistics for the specific character. By default, clients are not * permitted to updat
src/typings/PlayFabClientApi.d.ts:874
MethodUpdatePlayerStatistics
* Updates the values of the specified title-specific statistics for the user. By default, clients are not permitted to * update statistics.
src/typings/PlayFabClientApi.d.ts:880
MethodUpdateSharedGroupData
* Adds, updates, and removes data keys for a shared group object. If the permission is set to Public, all fields updated * or added in this
src/typings/PlayFabClientApi.d.ts:889
FunctionUpdateUserData
(data)
src/steam/bindings/playfab.js:26
MethodUpdateUserPublisherData
* Creates and updates the publisher-specific custom data for the user which is readable and writable by the client * https://docs.microsoft.
src/typings/PlayFabClientApi.d.ts:899
FunctionUpdateUserTitleDisplayName
(displayName)
src/steam/bindings/playfab.js:16
MethodValidateAmazonIAPReceipt
* Validates with Amazon that the receipt for an Amazon App Store in-app purchase is valid and that it matches the * purchased catalog item
src/typings/PlayFabClientApi.d.ts:910
MethodValidateGooglePlayPurchase
* Validates a Google Play purchase and gives the corresponding item to the player. * https://docs.microsoft.com/rest/api/playfab/client/plat
src/typings/PlayFabClientApi.d.ts:915
MethodValidateIOSReceipt
* Validates with the Apple store that the receipt for an iOS in-app purchase is valid and that it matches the purchased * catalog item
src/typings/PlayFabClientApi.d.ts:921
MethodValidateWindowsStoreReceipt
* Validates with Windows that the receipt for an Windows App Store in-app purchase is valid and that it matches the * purchased catalog item
src/typings/PlayFabClientApi.d.ts:927
MethodWriteCharacterEvent
* Writes a character-based event into PlayStream. * https://docs.microsoft.com/rest/api/playfab/client/analytics/writecharacterevent
src/typings/PlayFabClientApi.d.ts:932
MethodWritePlayerEvent
* Writes a player-based event into PlayStream. * https://docs.microsoft.com/rest/api/playfab/client/analytics/writeplayerevent
src/typings/PlayFabClientApi.d.ts:937
MethodWriteTitleEvent
* Writes a title-based event into PlayStream. * https://docs.microsoft.com/rest/api/playfab/client/analytics/writetitleevent
src/typings/PlayFabClientApi.d.ts:942
Function_createDefaultScript
()
src/core/automator/automator-backend.js:854
Method_data
* @private
src/core/black-hole.js:108
Function_run
* @private
src/core/async-utils.js:68
Method_upgradeName
()
src/core/autobuyers/replicanti-upgrade-autobuyer.js:4
Method_upgradeName
()
src/core/autobuyers/dilation-upgrade-autobuyer.js:4
Methodaccessor
src/core/autobuyers/autobuyer.js:67
Methodaccessor
src/core/game-mechanics/game-mechanic.js:49
Methodaccessor
src/core/dimensions/dimension.js:52
FunctionachievementDimCheck
(ach, dimStr)
src/core/secret-formula/multiplier-tab/helper-functions.js:108
FunctionactivateAchievement
(id)
src/steam/steam-runtime.js:68
← previousnext →801–900 of 3,040, ranked by callers