A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
match — Property, class com.distriqt.extension.gameservices.events.TurnBasedMatchEvent |
|
The match associated with this event. |
matchId — Property, interface com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatch |
|
The unique match Id assigned to this match by the game service. |
MATCH_REMOVED — Constant Static Property, class com.distriqt.extension.gameservices.events.TurnBasedMatchEvent |
|
Dispatched when a match has been removed from the local device. |
MATCH_RESULT_DISAGREED — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant had different results reported by different clients. |
MATCH_RESULT_DISCONNECT — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant disconnected or left during the match. |
MATCH_RESULT_LOSS — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant lost the match. |
MATCH_RESULT_NONE — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant had no result for the match. |
MATCH_RESULT_TIE — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant tied the match. |
MATCH_RESULT_UNINITIALIZED — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant has not reported a result at all yet. |
MATCH_RESULT_WIN — Constant Static Property, class com.distriqt.extension.gameservices.multiplayer.ParticipantResult |
|
Constant indicating that this participant won the match. |
MATCH_STATUS_ACTIVE — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
|
The match has started and is active. |
MATCH_STATUS_AUTO_MATCHING — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
|
This state indicates that there are still empty auto-match slots
available and your game is waiting for an auto-matched player to join. |
MATCH_STATUS_CANCELED — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
|
Indicates that a match ended before its normal completion. |
MATCH_STATUS_COMPLETE — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
|
Indicates that a match has been played to completion (for example, a player has won the match). |
MATCH_STATUS_EXPIRED — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
|
Indicates that a match has expired. |
MATCH_STATUS_UNKNOWN — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
MATCH_TURN_STATUS_COMPLETE — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
MATCH_TURN_STATUS_INVITED — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
MATCH_TURN_STATUS_MY_TURN — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
MATCH_TURN_STATUS_THEIR_TURN — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
MATCH_TURN_STATUS_UNKNOWN — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
MATCH_UPDATED — Constant Static Property, class com.distriqt.extension.gameservices.events.TurnBasedMatchEvent |
|
Dispatched when a new update to a match arrives. |
MATCH_VARIANT_DEFAULT — Constant Static Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchStatus |
| |
maxAutoMatchPlayers — Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchConfig |
| |
maxPlayers — Property, class com.distriqt.extension.gameservices.multiplayer.PlayerSelectionOptions |
|
The maximum number of other players to allow in this match. |
MEDIUM — Constant Static Property, class com.distriqt.extension.gameservices.recording.ScreenRecordingOptions |
|
Medium recording quality
|
message — Property, class com.distriqt.extension.gameservices.events.GameServicesEvent |
|
If this event is an error event, then this will contain a description of the reason
that caused the error. |
message — Property, class com.distriqt.extension.gameservices.events.MultiplayerEvent |
|
A message associated with this event, generally this is a description of an error
that occurred. |
message — Property, class com.distriqt.extension.gameservices.events.PlayerEventEvent |
|
A message describing the error for error events
|
message — Property, class com.distriqt.extension.gameservices.events.PlayersEvent |
|
Error message if an error occurred
|
message — Property, class com.distriqt.extension.gameservices.events.QuestEvent |
|
A message describing the error for error events
|
message — Property, class com.distriqt.extension.gameservices.events.ScreenRecordingEvent |
|
A message or description associated with the event
|
message — Property, class com.distriqt.extension.gameservices.events.TurnBasedMatchEvent |
|
A message associated with this event. |
microphoneEnabled — Property, class com.distriqt.extension.gameservices.recording.ScreenRecordingOptions |
|
Unsupported
|
Milestone — class, package com.distriqt.extension.gameservices.quests |
|
Data object for storing milestone information
|
Milestone() — Constructor, class com.distriqt.extension.gameservices.quests.Milestone |
|
Constructor
|
milestoneId — Property, class com.distriqt.extension.gameservices.quests.Milestone |
|
The ID of this milestone
|
minAutoMatchPlayers — Property, class com.distriqt.extension.gameservices.turnbasedmultiplayer.TurnBasedMatchConfig |
| |
minPlayers — Property, class com.distriqt.extension.gameservices.multiplayer.PlayerSelectionOptions |
|
The minimum number of other players to allow in this match. |
modified — Property, class com.distriqt.extension.gameservices.savedgames.SavedGame |
|
Timestamp in milliseconds generated for when the saved game was last updated. |
modifiedTimestamp — Property, class com.distriqt.extension.gameservices.Player |
|
Retrieves the timestamp at which this player record was last updated locally
|
multiplayer:invitation:received — Event, class com.distriqt.extension.gameservices.GameServices |
| |
multiplayer:invitation:removed — Event, class com.distriqt.extension.gameservices.GameServices |
| |
multiplayer:loadinvites:failed — Event, class com.distriqt.extension.gameservices.GameServices |
| |
multiplayer:loadinvites:notsupported — Event, class com.distriqt.extension.gameservices.GameServices |
| |
multiplayer:loadinvites:success — Event, class com.distriqt.extension.gameservices.GameServices |
| |
MultiplayerEvent — class, package com.distriqt.extension.gameservices.events |
|
Describes events around multiplayer invitations
|
MultiplayerEvent(type:String, data:any, message:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.gameservices.events.MultiplayerEvent |
|
Constructor
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |