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  
quality — Property, class com.distriqt.extension.gameservices.recording.ScreenRecordingOptions
Set the quality of the recording on supported services.
Quest — class, package com.distriqt.extension.gameservices.quests
Data object representing quest information
Quest() — Constructor, class com.distriqt.extension.gameservices.quests.Quest
Constructor
QUEST_ACCEPT_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when the quests accept operation fails.
QUEST_ACCEPT_SUCCESS — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when an accept call completes successfully.
QUEST_CLAIM_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when the quests claim operation fails.
QUEST_CLAIM_SUCCESS — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when a claim call completes successfully.
QUEST_COMPLETED — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when the current player completes a quest.
QuestEvent — class, package com.distriqt.extension.gameservices.events
Represents events dispatched from the Quests functionality.
QuestEvent(type:String, quests:Vector$com.distriqt.extension.gameservices.quests:Quest, message:String, errorCode:int, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.gameservices.events.QuestEvent
Constructor
questId — Property, class com.distriqt.extension.gameservices.quests.Quest
The ID of this quest
quests — Property, class com.distriqt.extension.gameservices.GameServices
Access to the quests functionality.
quests — Property, class com.distriqt.extension.gameservices.events.QuestEvent
The Quest(s) (if any) associated with this event
Quests — Interface, package com.distriqt.extension.gameservices.quests
Entry point for Quests and Events functionality.
quests:load:error — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:load:success — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:quest:accept:error — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:quest:accept:success — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:quest:claim:error — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:quest:claim:success — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:quest:completed — Event, interface com.distriqt.extension.gameservices.quests.Quests
quests:ui:closed — Event, interface com.distriqt.extension.gameservices.quests.Quests
QUESTS_LOAD_ERROR — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when the quests load operation fails.
QUESTS_LOAD_SUCCESS — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when the quests load operation is completed successfully.
QUESTS_UI_CLOSED — Constant Static Property, class com.distriqt.extension.gameservices.events.QuestEvent
Dispatched when the Quest UI is closed by the user.
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