You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download Latest Version : [Version: 2.2.0](https://github.com/CynToolkit/construct-plugin/releases/latest) <br>
8
+
Download Latest Version : [Version: 2.3.0](https://github.com/CynToolkit/construct-plugin/releases/latest) <br>
9
9
<sub>Made using [c3ide2-framework](https://github.com/ConstructFund/c3ide2-framework) </sub><br>
10
10
11
11
## Table of Contents
@@ -145,6 +145,10 @@ When Download type is Around the user, the offsets are the amount of entries aro
145
145
| Download scores | Download scores from a leaderboard
146
146
When Download type is Regular, offset are absolute.
147
147
When Download type is Around the user, the offsets are the amount of entries around the user to fetch. | Leaderboard *(string)* <br>Download type *(combo)* <br>Start *(number)* <br>End *(number)* <br>Output *(object)* <br> |
148
+
| Activate Steam overlay to web page (synchronous) | Activates Steam Overlay web browser directly to the specified URL (synchronous) | URL *(string)* <br>Mode *(combo)* <br>Tag *(string)* <br> |
149
+
| Activate Steam overlay to web page | Activates Steam Overlay web browser directly to the specified URL | URL *(string)* <br>Mode *(combo)* <br> |
150
+
| Activate Steam overlay to store (synchronous) | Activates the Steam Overlay to the Steam store page for the provided app (synchronous) | App ID *(number)* <br>Flag *(combo)* <br>Tag *(string)* <br> |
151
+
| Activate Steam overlay to store | Activates the Steam Overlay to the Steam store page for the provided app | App ID *(number)* <br>Flag *(combo)* <br> |
148
152
149
153
150
154
---
@@ -335,7 +339,16 @@ When Download type is Around the user, the offsets are the amount of entries aro
335
339
| On any "LeaderboardDownloadScore" success | Trigger when any of the "LeaderboardDownloadScore" are executed with success. ||
336
340
| On "LeaderboardDownloadScore" error | Trigger when the "LeaderboardDownloadScore" failed to execute. | Tag *(string)* <br> |
337
341
| On any "LeaderboardDownloadScore" error | Trigger when any of the "LeaderboardDownloadScore" failed to execute. ||
342
+
| On "ActivateToWebPage" success | Trigger when the "ActivateToWebPage" is executed with success. | Tag *(string)* <br> |
343
+
| On any "ActivateToWebPage" success | Trigger when any of the "ActivateToWebPage" are executed with success. ||
344
+
| On "ActivateToWebPage" error | Trigger when the "ActivateToWebPage" failed to execute. | Tag *(string)* <br> |
345
+
| On any "ActivateToWebPage" error | Trigger when any of the "ActivateToWebPage" failed to execute. ||
346
+
| On "ActivateToStore" success | Trigger when the "ActivateToStore" is executed with success. | Tag *(string)* <br> |
347
+
| On any "ActivateToStore" success | Trigger when any of the "ActivateToStore" are executed with success. ||
348
+
| On "ActivateToStore" error | Trigger when the "ActivateToStore" failed to execute. | Tag *(string)* <br> |
349
+
| On any "ActivateToStore" error | Trigger when any of the "ActivateToStore" failed to execute. ||
338
350
| Is engine | Return true if the engine running the app is the one selected | Engine *(combo)* <br> |
351
+
| Is initialized | Returns true if the Pipelab integration has been initialized ||
339
352
| Is full screen | Returns true if the window is in full screen mode. | State *(combo)* <br> |
340
353
| Last checked path exists | Returns true if the last checked path exists. ||
341
354
@@ -436,6 +449,10 @@ When Download type is Around the user, the offsets are the amount of entries aro
436
449
| LeaderboardUploadScoreWithMetadataResult | The result of the "LeaderboardUploadScoreWithMetadata last call" | string ||
437
450
| LeaderboardDownloadScoreError | The error of the "LeaderboardDownloadScore last call" | string ||
438
451
| LeaderboardDownloadScoreResult | The result of the "LeaderboardDownloadScore last call" | string ||
452
+
| ActivateToWebPageError | The error of the "ActivateToWebPage last call" | string ||
453
+
| ActivateToWebPageResult | The result of the "ActivateToWebPage last call" | string ||
454
+
| ActivateToStoreError | The error of the "ActivateToStore last call" | string ||
455
+
| ActivateToStoreResult | The result of the "ActivateToStore last call" | string ||
439
456
| ArgumentAt | Get the argument at the given index. | string | Index *(number)* <br> |
440
457
| ArgumentCount | Get the number of arguments. | number ||
441
458
| AppFolderURL | Return the URL of the folder of the current app. | string ||
@@ -480,6 +497,7 @@ When Download type is Around the user, the offsets are the amount of entries aro
480
497
| SteamLevel | Get the Steam level. | number ||
481
498
| SteamIpCountry | Get the Steam IP country. | string ||
482
499
| SteamIsRunningOnSteamDeck | Return true if the app is running on a Steam Deck. | number ||
500
+
| SteamAppId | Get the currently used Steam App ID. | number ||
483
501
484
502
## Paths
485
503
**ProjectFilesFolder**: Direct path to your games's content
0 commit comments