-
Notifications
You must be signed in to change notification settings - Fork 1
Core
YYBartT edited this page Mar 23, 2023
·
9 revisions
Initializes the Discord extension. If Discord is not running, it will:
- Close your game
- Open Discord
- Attempt to re-open your game
Discord_Core_Create(appId)
Argument | Type | Description |
---|---|---|
appId | int64 | Application identifier |
N/A
Discord_Core_Create(appId);
Requests the extension instances to do work.
⚠️ IMPORTANT It is imperative that this function is called at regular intervals to ensure that all the services offered by the SDK function optimally.
Discord_Core_RunCallbacks()
N/A
/// Step Event
Discord_Core_RunCallbacks();
YoYoGames 2024