We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(general): further updates to the docs after reviewing, marked as deprecated * Updated all links to Discord docs * Added warning notes about (parts of) Discord Game SDK being deprecated
docs(general): wiki update after porting to docs folder format
Mentioned that Discord must already be running by default
creationFlag is optional
Completed and reworded explanation of creationFlag parameter
Added CreateFlags Enum
Updated Activities (markdown)
Fixed sidebar
MAN-798: Porting the Discord extension documentation * A couple more things
MAN-798: Porting the Discord extension documentation * Minor changes after checking the pages on GitHub
MAN-798: Porting the Discord extension documentation * Quick Start Guide finished * Updated other pages after asking remaining questions to Jesús * Discord_Core_Create now returns boolean => Updated (already updated by Jesús in extension as well) * Added event tpe Discord_Users_OnCurrentUserUpdate * Linked correct data types in Presence * Added Discord_UserStatus Ready to go public
MAN-798: Porting the Discord extension documentation * Update to Home page * Finished sidebar * Start of Quick Start Guide, needs to be checked * Corrected mistake in async event: Discord_Overlay_OpenVoiceSettings
MAN-798: Porting the Discord extension documentation * Moved all remaining strcuts, data types, async events to the module pages where they belong * Corrected all links accordingly
MAN-798: Porting the Discord extension documentation * Moved most (many) constants, structures, etc. to the module pages they belong to
MAN-798: Porting the Discord extension documentation * Reviewed Activities page, links now go to the same page, also some minor changes
MAN-798: Porting the Discord extension documentation * Split contents of Functions page across "module" pages * Activities module page mostly done, check links to pages as some have now changed
MAN-798: Porting the Discord extension documentation * Went through full functions page, adding structs and async event types along the way * Page now mostly finished * Determine whether to split structs, constants and async event types per module (as discussed with Francisco, see e.g. Steamworks extension docs)
MAN-798: Porting the Discord extension documentation * Added descriptions for all constants * Functions Discord_Core_Create, Discord_Core_RunCallbacks, Discord_Images_Fetch * First structures and async event types added to respective pages
MAN-798: Porting the Discord extension documentation * Initial export of files: Functions and Constants
Initial Home page