@@ -5,7 +5,7 @@ A plugin that integrate with Pipelab <br>
55Author: Armaldio <br >
66Website: https://github.com/CynToolkit/construct-plugin <br >
77Addon Url: https://github.com/CynToolkit/construct-plugin <br >
8- Download Latest Version : [ Version: 1.8.0 ] ( https://github.com/CynToolkit/construct-plugin/releases/latest ) <br >
8+ Download Latest Version : [ Version: 1.9.1 ] ( https://github.com/CynToolkit/construct-plugin/releases/latest ) <br >
99<sub >Made using [ c3ide2-framework] ( https://github.com/ConstructFund/c3ide2-framework ) </sub ><br >
1010
1111## Table of Contents
@@ -87,6 +87,10 @@ The main files you may want to look at would be instance.js
8787| Show dev tools | Show or hide the dev tools. | Show * (combo)* <br > |
8888| Unmaximize | Unmaximize the window | |
8989| Set Fullscreen | Change fullscreen state | Fullscreen * (combo)* <br > |
90+ | Activate achievement | Activate a steam achievement | Achievement * (string)* <br > |
91+ | Clear achievement | Clear a steam achievement | Achievement * (string)* <br > |
92+ | Check achievement activation state | Check the activation state of a steam achievement | Achievement * (string)* <br > |
93+ | Set rich presence | Set the rich presence of the local player. | Key * (string)* <br >Value * (string)* <br > |
9094
9195
9296---
@@ -108,6 +112,7 @@ The main files you may want to look at would be instance.js
108112| On file dropped | Triggered when the user drag-and-drops a file to the window | |
109113| On file system error | Triggered when a file operation fails. | |
110114| On path verification | Triggered when a file verification result is available. | Path * (string)* <br >Tag * (string)* <br > |
115+ | Is full screen | Returns true if the window is in full screen mode. | State * (combo)* <br > |
111116
112117
113118---
@@ -152,6 +157,8 @@ The main files you may want to look at would be instance.js
152157| WindowTitle | Return the title of the window. | string | |
153158| WindowX | Return the x position of the window. | number | |
154159| WindowY | Return the y position of the window. | number | |
160+ | FullscreenState | Return the fullscreen state of the window. | number | |
161+ | LatestAchievementActivationState | Return the latest achievement activation state. | number | |
155162
156163## Paths
157164** ProjectFilesFolder** : Direct path to your games's content
0 commit comments