Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IvarK/AntimatterDimensionsSourceCode
/ functions
Functions
3,040 in github.com/IvarK/AntimatterDimensionsSourceCode
⨍
Functions
3,040
◇
Types & classes
738
↓ 1 callers
Function
useLongPress
(vue)
src/core/longpress.js:128
↓ 1 callers
Function
useRepeatingClick
(vue)
src/core/longpress.js:147
↓ 1 callers
Function
validatePurchase
(orderId)
src/steam/steam-purchases.js:59
↓ 1 callers
Function
validatedCount
src/core/automator/compiler.js:560
↓ 1 callers
Function
visitedCount
src/core/automator/compiler.js:579
↓ 1 callers
Function
walkSuggestion
(suggestion, prefix, output)
src/core/automator/automator-codemirror.js:5
↓ 1 callers
Function
watchLatestCommit
()
src/commit-watcher.js:2
Function
$viewModel
()
src/core/ui.js:14
Method
AcceptTrade
* Accepts an open trade (one that has not yet been accepted or cancelled), if the locally signed-in player is in the * allowed player list f
src/typings/PlayFabClientApi.d.ts:15
Method
AddFriend
* Adds the PlayFab user, based upon a match against a supplied unique identifier, to the friend list of the local user. At * least one of Fr
src/typings/PlayFabClientApi.d.ts:21
Method
AddGenericID
* Adds the specified generic service identifier to the player's PlayFab account. This is designed to allow for a PlayFab * ID lookup of any
src/typings/PlayFabClientApi.d.ts:28
Method
AddOrUpdateContactEmail
* Adds or updates a contact email to the player's profile. * https://docs.microsoft.com/rest/api/playfab/client/account-management/addorupda
src/typings/PlayFabClientApi.d.ts:33
Method
AddSharedGroupMembers
* Adds users to the set of those able to update both the shared data, as well as the set of users in the group. Only users * in the group ca
src/typings/PlayFabClientApi.d.ts:40
Function
AddUserVirtualCurrency
(amount, virtualCurrency)
src/steam/bindings/playfab.js:75
Method
AddUsernamePassword
* Adds playfab username/password auth to an existing account created via an anonymous auth method, e.g. automatic device * ID login.
src/typings/PlayFabClientApi.d.ts:46
Method
AndroidDevicePushNotificationRegistration
* Registers the Android device to receive push notifications * https://docs.microsoft.com/rest/api/playfab/client/platform-specific-methods/
src/typings/PlayFabClientApi.d.ts:56
Method
AttributeInstall
* Attributes an install for advertisment. * https://docs.microsoft.com/rest/api/playfab/client/advertising/attributeinstall
src/typings/PlayFabClientApi.d.ts:61
Function
CHALLENGE
(type, tier)
src/core/secret-formula/multiplier-tab/icons.js:45
Function
CONVERT_FROM
(currency)
src/core/secret-formula/multiplier-tab/icons.js:90
Method
CancelTrade
* Cancels an open trade (one that has not yet been accepted or cancelled). Note that only the player who created the trade * can cancel it v
src/typings/PlayFabClientApi.d.ts:68
Function
ConfirmPurchase
(orderId)
src/steam/bindings/playfab.js:62
Function
ConsumeItem
(itemInstanceId, consumeCount)
src/steam/bindings/playfab.js:68
Method
ConsumeMicrosoftStoreEntitlements
* Grants the player's current entitlements from Microsoft Store's Collection API * https://docs.microsoft.com/rest/api/playfab/client/platfo
src/typings/PlayFabClientApi.d.ts:84
Method
ConsumePS5Entitlements
* Checks for any new consumable entitlements. If any are found, they are consumed (if they're consumables) and added as * PlayFab items
src/typings/PlayFabClientApi.d.ts:90
Method
ConsumePSNEntitlements
* Checks for any new consumable entitlements. If any are found, they are consumed and added as PlayFab items * https://docs.microsoft.com/re
src/typings/PlayFabClientApi.d.ts:95
Method
ConsumeXboxEntitlements
* Grants the player's current entitlements from Xbox Live, consuming all availble items in Xbox and granting them to the * player's PlayFab
src/typings/PlayFabClientApi.d.ts:101
Method
CreateSharedGroup
* Requests the creation of a shared group object, containing key/value pairs which may be updated by all members of the * group. Upon creati
src/typings/PlayFabClientApi.d.ts:109
Function
DIMENSION
(type, tier)
src/core/secret-formula/multiplier-tab/icons.js:12
Function
DIVISOR
(currency)
src/core/secret-formula/multiplier-tab/icons.js:106
Method
EC
src/components/tabs/time-studies/time-study-tree-layout.js:52
Function
ECDimCheck
(ec, dimStr)
src/core/secret-formula/multiplier-tab/helper-functions.js:167
Method
ExecuteCloudScript
* Executes a CloudScript function, with the 'currentPlayerId' set to the PlayFab ID of the authenticated player. The * PlayFab ID is the ent
src/typings/PlayFabClientApi.d.ts:115
Method
ForgetAllCredentials
()
src/typings/PlayFabClientApi.d.ts:7
Method
GetAccountInfo
* Retrieves the user's PlayFab account details * https://docs.microsoft.com/rest/api/playfab/client/account-management/getaccountinfo
src/typings/PlayFabClientApi.d.ts:120
Method
GetAdPlacements
* Returns a list of ad placements and a reward for each * https://docs.microsoft.com/rest/api/playfab/client/advertising/getadplacements
src/typings/PlayFabClientApi.d.ts:125
Method
GetAllUsersCharacters
* Lists all of the characters that belong to a specific user. CharacterIds are not globally unique; characterId must be * evaluated with the
src/typings/PlayFabClientApi.d.ts:131
Method
GetCatalogItems
* Retrieves the specified version of the title's catalog of virtual goods, including all defined properties * https://docs.microsoft.com/res
src/typings/PlayFabClientApi.d.ts:136
Method
GetCharacterData
* Retrieves the title-specific custom data for the character which is readable and writable by the client * https://docs.microsoft.com/rest/
src/typings/PlayFabClientApi.d.ts:141
Method
GetCharacterInventory
* Retrieves the specified character's current inventory of virtual goods * https://docs.microsoft.com/rest/api/playfab/client/player-item-ma
src/typings/PlayFabClientApi.d.ts:146
Method
GetCharacterLeaderboard
* Retrieves a list of ranked characters for the given statistic, starting from the indicated point in the leaderboard * https://docs.microso
src/typings/PlayFabClientApi.d.ts:151
Method
GetCharacterReadOnlyData
* Retrieves the title-specific custom data for the character which can only be read by the client * https://docs.microsoft.com/rest/api/play
src/typings/PlayFabClientApi.d.ts:156
Method
GetCharacterStatistics
* Retrieves the details of all title-specific statistics for the user * https://docs.microsoft.com/rest/api/playfab/client/characters/getcha
src/typings/PlayFabClientApi.d.ts:161
Method
GetContentDownloadUrl
* This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned * URL will attempt t
src/typings/PlayFabClientApi.d.ts:171
Method
GetCurrentGames
* Get details about all current running game servers matching the given parameters. * https://docs.microsoft.com/rest/api/playfab/client/mat
src/typings/PlayFabClientApi.d.ts:176
Method
GetFriendLeaderboard
* Retrieves a list of ranked friends of the current player for the given statistic, starting from the indicated point in * the leaderboard
src/typings/PlayFabClientApi.d.ts:182
Method
GetFriendLeaderboardAroundPlayer
* Retrieves a list of ranked friends of the current player for the given statistic, centered on the requested PlayFab * user. If PlayFabId i
src/typings/PlayFabClientApi.d.ts:188
Method
GetFriendsList
* Retrieves the current friend list for the local user, constrained to users who have PlayFab accounts. Friends from * linked accounts (Face
src/typings/PlayFabClientApi.d.ts:194
Method
GetGameServerRegions
* Get details about the regions hosting game servers matching the given parameters. * https://docs.microsoft.com/rest/api/playfab/client/mat
src/typings/PlayFabClientApi.d.ts:199
Method
GetLeaderboard
* Retrieves a list of ranked users for the given statistic, starting from the indicated point in the leaderboard * https://docs.microsoft.co
src/typings/PlayFabClientApi.d.ts:204
Method
GetLeaderboardAroundCharacter
* Retrieves a list of ranked characters for the given statistic, centered on the requested Character ID * https://docs.microsoft.com/rest/ap
src/typings/PlayFabClientApi.d.ts:209
Method
GetLeaderboardAroundPlayer
* Retrieves a list of ranked users for the given statistic, centered on the requested player. If PlayFabId is empty or * null will return cu
src/typings/PlayFabClientApi.d.ts:215
Method
GetLeaderboardForUserCharacters
* Retrieves a list of all of the user's characters for the given statistic. * https://docs.microsoft.com/rest/api/playfab/client/characters/
src/typings/PlayFabClientApi.d.ts:220
Method
GetPaymentToken
* For payments flows where the provider requires playfab (the fulfiller) to initiate the transaction, but the client * completes the rest of
src/typings/PlayFabClientApi.d.ts:227
Method
GetPhotonAuthenticationToken
* Gets a Photon custom authentication token that can be used to securely join the player into a Photon room. See * https://docs.microsoft.co
src/typings/PlayFabClientApi.d.ts:233
Method
GetPlayFabIDsFromFacebookIDs
* Retrieves the unique PlayFab identifiers for the given set of Facebook identifiers. * https://docs.microsoft.com/rest/api/playfab/client/a
src/typings/PlayFabClientApi.d.ts:274
Method
GetPlayFabIDsFromFacebookInstantGamesIds
* Retrieves the unique PlayFab identifiers for the given set of Facebook Instant Game identifiers. * https://docs.microsoft.com/rest/api/pla
src/typings/PlayFabClientApi.d.ts:279
Method
GetPlayFabIDsFromGameCenterIDs
* Retrieves the unique PlayFab identifiers for the given set of Game Center identifiers (referenced in the Game Center * Programming Guide a
src/typings/PlayFabClientApi.d.ts:285
Method
GetPlayFabIDsFromGenericIDs
* Retrieves the unique PlayFab identifiers for the given set of generic service identifiers. A generic identifier is the * service name plus
src/typings/PlayFabClientApi.d.ts:292
Method
GetPlayFabIDsFromGoogleIDs
* Retrieves the unique PlayFab identifiers for the given set of Google identifiers. The Google identifiers are the IDs for * the user accoun
src/typings/PlayFabClientApi.d.ts:298
Method
GetPlayFabIDsFromGooglePlayGamesPlayerIDs
* Retrieves the unique PlayFab identifiers for the given set of Google Play Games identifiers. The Google Play Games * identifiers are the I
src/typings/PlayFabClientApi.d.ts:305
Method
GetPlayFabIDsFromKongregateIDs
* Retrieves the unique PlayFab identifiers for the given set of Kongregate identifiers. The Kongregate identifiers are the * IDs for the use
src/typings/PlayFabClientApi.d.ts:312
Method
GetPlayFabIDsFromNintendoServiceAccountIds
* Retrieves the unique PlayFab identifiers for the given set of Nintendo Service Account identifiers. * https://docs.microsoft.com/rest/api/
src/typings/PlayFabClientApi.d.ts:317
Method
GetPlayFabIDsFromNintendoSwitchDeviceIds
* Retrieves the unique PlayFab identifiers for the given set of Nintendo Switch Device identifiers. * https://docs.microsoft.com/rest/api/pl
src/typings/PlayFabClientApi.d.ts:322
Method
GetPlayFabIDsFromPSNAccountIDs
* Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers. * https://docs.microsoft.com/rest/api/
src/typings/PlayFabClientApi.d.ts:327
Method
GetPlayFabIDsFromSteamIDs
* Retrieves the unique PlayFab identifiers for the given set of Steam identifiers. The Steam identifiers are the profile * IDs for the user
src/typings/PlayFabClientApi.d.ts:333
Method
GetPlayFabIDsFromTwitchIDs
* Retrieves the unique PlayFab identifiers for the given set of Twitch identifiers. The Twitch identifiers are the IDs for * the user accoun
src/typings/PlayFabClientApi.d.ts:340
Method
GetPlayFabIDsFromXboxLiveIDs
* Retrieves the unique PlayFab identifiers for the given set of XboxLive identifiers. * https://docs.microsoft.com/rest/api/playfab/client/a
src/typings/PlayFabClientApi.d.ts:345
Method
GetPlayerCombinedInfo
* Retrieves all of the user's different kinds of info. * https://docs.microsoft.com/rest/api/playfab/client/account-management/getplayercomb
src/typings/PlayFabClientApi.d.ts:238
Method
GetPlayerProfile
* Retrieves the player's profile * https://docs.microsoft.com/rest/api/playfab/client/account-management/getplayerprofile
src/typings/PlayFabClientApi.d.ts:243
Method
GetPlayerSegments
* List all segments that a player currently belongs to at this moment in time. * https://docs.microsoft.com/rest/api/playfab/client/playstre
src/typings/PlayFabClientApi.d.ts:248
Method
GetPlayerStatisticVersions
* Retrieves the information on the available versions of the specified statistic. * https://docs.microsoft.com/rest/api/playfab/client/playe
src/typings/PlayFabClientApi.d.ts:259
Method
GetPlayerStatistics
* Retrieves the indicated statistics (current version and values for all statistics, if none are specified), for the local * player.
src/typings/PlayFabClientApi.d.ts:254
Method
GetPlayerTags
* Get all tags with a given Namespace (optional) from a player profile. * https://docs.microsoft.com/rest/api/playfab/client/playstream/getp
src/typings/PlayFabClientApi.d.ts:264
Method
GetPlayerTrades
* Gets all trades the player has either opened or accepted, optionally filtered by trade status. * https://docs.microsoft.com/rest/api/playf
src/typings/PlayFabClientApi.d.ts:269
Method
GetPublisherData
* Retrieves the key-value store of custom publisher settings * https://docs.microsoft.com/rest/api/playfab/client/title-wide-data-management
src/typings/PlayFabClientApi.d.ts:350
Method
GetPurchase
* Retrieves a purchase along with its current PlayFab status. Returns inventory items from the purchase that are still * active. *
src/typings/PlayFabClientApi.d.ts:356
Method
GetSharedGroupData
* Retrieves data stored in a shared group object, as well as the list of members in the group. Non-members of the group * may use this to re
src/typings/PlayFabClientApi.d.ts:364
Method
GetStoreItems
* Retrieves the set of items defined for the specified store, including all prices defined * https://docs.microsoft.com/rest/api/playfab/cli
src/typings/PlayFabClientApi.d.ts:369
Method
GetTime
* Retrieves the current server time * https://docs.microsoft.com/rest/api/playfab/client/title-wide-data-management/gettime
src/typings/PlayFabClientApi.d.ts:374
Method
GetTitleData
* Retrieves the key-value store of custom title settings * https://docs.microsoft.com/rest/api/playfab/client/title-wide-data-management/get
src/typings/PlayFabClientApi.d.ts:379
Method
GetTitleNews
* Retrieves the title news feed, as configured in the developer portal * https://docs.microsoft.com/rest/api/playfab/client/title-wide-data-
src/typings/PlayFabClientApi.d.ts:384
Method
GetTitlePublicKey
* Returns the title's base 64 encoded RSA CSP blob. * https://docs.microsoft.com/rest/api/playfab/client/authentication/gettitlepublickey
src/typings/PlayFabClientApi.d.ts:389
Method
GetTradeStatus
* Gets the current status of an existing trade. * https://docs.microsoft.com/rest/api/playfab/client/trading/gettradestatus
src/typings/PlayFabClientApi.d.ts:394
Function
GetUserData
()
src/steam/bindings/playfab.js:22
Function
GetUserInventory
()
src/steam/bindings/playfab.js:32
Method
GetUserPublisherData
* Retrieves the publisher-specific custom data for the user which is readable and writable by the client * https://docs.microsoft.com/rest/a
src/typings/PlayFabClientApi.d.ts:409
Method
GetUserPublisherReadOnlyData
* Retrieves the publisher-specific custom data for the user which can only be read by the client * https://docs.microsoft.com/rest/api/playf
src/typings/PlayFabClientApi.d.ts:414
Method
GetUserReadOnlyData
* Retrieves the title-specific custom data for the user which can only be read by the client * https://docs.microsoft.com/rest/api/playfab/c
src/typings/PlayFabClientApi.d.ts:419
Method
GrantCharacterToUser
* Grants the specified character type to the user. CharacterIds are not globally unique; characterId must be evaluated * with the parent Pla
src/typings/PlayFabClientApi.d.ts:425
Function
ICDimCheck
(ic, dimStr)
src/core/secret-formula/multiplier-tab/helper-functions.js:151
Method
LinkAndroidDeviceID
* Links the Android device identifier to the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-management/
src/typings/PlayFabClientApi.d.ts:430
Method
LinkApple
* Links the Apple account associated with the token to the user's PlayFab account. * https://docs.microsoft.com/rest/api/playfab/client/acco
src/typings/PlayFabClientApi.d.ts:435
Method
LinkCustomID
* Links the custom identifier, generated by the title, to the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/ac
src/typings/PlayFabClientApi.d.ts:440
Method
LinkFacebookAccount
* Links the Facebook account associated with the provided Facebook access token to the user's PlayFab account * https://docs.microsoft.com/r
src/typings/PlayFabClientApi.d.ts:445
Method
LinkFacebookInstantGamesId
* Links the Facebook Instant Games Id to the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-management/
src/typings/PlayFabClientApi.d.ts:450
Method
LinkGameCenterAccount
* Links the Game Center account associated with the provided Game Center ID to the user's PlayFab account. Logging in with * a Game Center I
src/typings/PlayFabClientApi.d.ts:458
Method
LinkGoogleAccount
* Links the currently signed-in user account to their Google account, using their Google account credentials * https://docs.microsoft.com/re
src/typings/PlayFabClientApi.d.ts:463
Method
LinkGooglePlayGamesServicesAccount
* Links the currently signed-in user account to their Google Play Games account, using their Google Play Games account * credentials
src/typings/PlayFabClientApi.d.ts:469
Method
LinkIOSDeviceID
* Links the vendor-specific iOS device identifier to the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account
src/typings/PlayFabClientApi.d.ts:474
Method
LinkKongregate
* Links the Kongregate identifier to the user's PlayFab account * https://docs.microsoft.com/rest/api/playfab/client/account-management/link
src/typings/PlayFabClientApi.d.ts:479
← previous
next →
701–800 of 3,040, ranked by callers