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
* fixed DLC result
* Add actions for Steam gamepad text input methods
- Add ShowGamepadTextInput action with input mode, line mode, description, max characters, and existing text parameters
- Add ShowFloatingGamepadTextInput action with keyboard mode, x, y, width, and height parameters
- Implement both actions with proper error handling and triggers
- Add conditions and expressions for both actions
* readme
* fixed namespace error
* Apply suggestions from code review
Co-authored-by: Quentin Goinaud <armaldio@gmail.com>
* Added support for set ignore mouse events
* added triggers
---------
Co-authored-by: Quentin Goinaud <armaldio@gmail.com>
| Check achievement activation state | Check the activation state of a steam achievement | Achievement *(string)* <br>Tag *(string)* <br> |
@@ -110,6 +111,8 @@ When Download type is Around the user, the offsets are the amount of entries aro
110
111
| Save screenshot from URL | Saves an image from a URL as a Steam screenshot. The image will be loaded, converted to base64, and its dimensions calculated automatically. | URL *(string)* <br>Tag *(string)* <br> |
111
112
| Add screenshot to library | Adds an existing screenshot file to the Steam screenshot library. Returns the handle of the screenshot. | Filename *(string)* <br>Thumbnail Filename *(string)* <br>Width *(number)* <br>Height *(number)* <br>Tag *(string)* <br> |
112
113
| Check DLC is installed | Checks if the user owns and has installed a specific DLC | DLC App ID *(number)* <br>Tag *(string)* <br> |
114
+
| Show gamepad text input | Shows the Steam gamepad text input dialog. Returns the entered text, or null if cancelled or could not show. | Input Mode *(combo)* <br>Line Mode *(combo)* <br>Description *(string)* <br>Max Characters *(number)* <br>Existing Text *(string)* <br>Tag *(string)* <br> |
115
+
| Show floating gamepad text input | Shows the Steam floating gamepad text input. Returns true if shown, otherwise false. | Keyboard Mode *(combo)* <br>X *(number)* <br>Y *(number)* <br>Width *(number)* <br>Height *(number)* <br>Tag *(string)* <br> |
113
116
| Create workshop item | Creates a new workshop item for the specified Steam App ID and returns its ID | App ID *(number)* <br>Tag *(string)* <br> |
114
117
| Update workshop item | Updates content and metadata of a workshop item. Use the update flags to control which fields are updated. | App ID *(number)* <br>Item ID *(string)* <br>Update Title *(boolean)* <br>Title *(string)* <br>Update Description *(boolean)* <br>Description *(string)* <br>Update Content *(boolean)* <br>Content Folder Path *(string)* <br>Change Note *(string)* <br>Update Preview *(boolean)* <br>Preview Image Path *(string)* <br>Update Tags *(boolean)* <br>Tags *(string)* <br>Update Visibility *(boolean)* <br>Visibility *(combo)* <br>Tag *(string)* <br> |
115
118
| Get subscribed items with metadata | Gets all subscribed workshop items with their metadata and install info | Tag *(string)* <br> |
@@ -281,6 +284,10 @@ When Download type is Around the user, the offsets are the amount of entries aro
281
284
| On any "SetFullscreen" success | Trigger when any of the "SetFullscreen" are executed with success. ||
282
285
| On "SetFullscreen" error | Trigger when the "SetFullscreen" failed to execute. | Tag *(string)* <br> |
283
286
| On any "SetFullscreen" error | Trigger when any of the "SetFullscreen" failed to execute. ||
287
+
| On "SetIgnoreMouseEvents" success | Trigger when the "SetIgnoreMouseEvents" is executed with success. | Tag *(string)* <br> |
288
+
| On any "SetIgnoreMouseEvents" success | Trigger when any of the "SetIgnoreMouseEvents" are executed with success. ||
289
+
| On "SetIgnoreMouseEvents" error | Trigger when the "SetIgnoreMouseEvents" failed to execute. | Tag *(string)* <br> |
290
+
| On any "SetIgnoreMouseEvents" error | Trigger when any of the "SetIgnoreMouseEvents" failed to execute. ||
284
291
| On "ActivateAchievement" success | Trigger when the "ActivateAchievement" is executed with success. | Tag *(string)* <br> |
285
292
| On any "ActivateAchievement" success | Trigger when any of the "ActivateAchievement" are executed with success. ||
286
293
| On "ActivateAchievement" error | Trigger when the "ActivateAchievement" failed to execute. | Tag *(string)* <br> |
@@ -359,6 +366,14 @@ When Download type is Around the user, the offsets are the amount of entries aro
359
366
| On any "CheckDLCIsInstalled" success | Trigger when any of the "CheckDLCIsInstalled" are executed with success. ||
360
367
| On "CheckDLCIsInstalled" error | Trigger when the "CheckDLCIsInstalled" failed to execute. | Tag *(string)* <br> |
361
368
| On any "CheckDLCIsInstalled" error | Trigger when any of the "CheckDLCIsInstalled" failed to execute. ||
369
+
| On "ShowGamepadTextInput" success | Trigger when the "ShowGamepadTextInput" is executed with success. | Tag *(string)* <br> |
370
+
| On any "ShowGamepadTextInput" success | Trigger when any of the "ShowGamepadTextInput" are executed with success. ||
371
+
| On "ShowGamepadTextInput" error | Trigger when the "ShowGamepadTextInput" failed to execute. | Tag *(string)* <br> |
372
+
| On any "ShowGamepadTextInput" error | Trigger when any of the "ShowGamepadTextInput" failed to execute. ||
373
+
| On "ShowFloatingGamepadTextInput" success | Trigger when the "ShowFloatingGamepadTextInput" is executed with success. | Tag *(string)* <br> |
374
+
| On any "ShowFloatingGamepadTextInput" success | Trigger when any of the "ShowFloatingGamepadTextInput" are executed with success. ||
375
+
| On "ShowFloatingGamepadTextInput" error | Trigger when the "ShowFloatingGamepadTextInput" failed to execute. | Tag *(string)* <br> |
376
+
| On any "ShowFloatingGamepadTextInput" error | Trigger when any of the "ShowFloatingGamepadTextInput" failed to execute. ||
362
377
| On "CreateWorkshopItem" success | Trigger when the "CreateWorkshopItem" is executed with success. | Tag *(string)* <br> |
363
378
| On any "CreateWorkshopItem" success | Trigger when any of the "CreateWorkshopItem" are executed with success. ||
364
379
| On "CreateWorkshopItem" error | Trigger when the "CreateWorkshopItem" failed to execute. | Tag *(string)* <br> |
@@ -505,6 +520,8 @@ When Download type is Around the user, the offsets are the amount of entries aro
505
520
| UnmaximizeResult | The result of the "Unmaximize last call" | string ||
506
521
| SetFullscreenError | The error of the "SetFullscreen last call" | string ||
507
522
| SetFullscreenResult | The result of the "SetFullscreen last call" | string ||
523
+
| SetIgnoreMouseEventsError | The error of the "SetIgnoreMouseEvents last call" | string ||
524
+
| SetIgnoreMouseEventsResult | The result of the "SetIgnoreMouseEvents last call" | string ||
508
525
| ActivateAchievementError | The error of the "ActivateAchievement last call" | string ||
509
526
| ActivateAchievementResult | The result of the "ActivateAchievement last call" | string ||
510
527
| ClearAchievementError | The error of the "ClearAchievement last call" | string ||
@@ -539,6 +556,10 @@ When Download type is Around the user, the offsets are the amount of entries aro
539
556
| AddScreenshotToLibraryResult | The result of the "AddScreenshotToLibrary last call" | string ||
540
557
| CheckDLCIsInstalledError | The error of the "CheckDLCIsInstalled last call" | string ||
541
558
| CheckDLCIsInstalledResult | The result of the "CheckDLCIsInstalled last call" | string ||
559
+
| ShowGamepadTextInputError | The error of the "ShowGamepadTextInput last call" | string ||
560
+
| ShowGamepadTextInputResult | The result of the "ShowGamepadTextInput last call" | string ||
561
+
| ShowFloatingGamepadTextInputError | The error of the "ShowFloatingGamepadTextInput last call" | string ||
562
+
| ShowFloatingGamepadTextInputResult | The result of the "ShowFloatingGamepadTextInput last call" | string ||
542
563
| CreateWorkshopItemError | The error of the "CreateWorkshopItem last call" | string ||
543
564
| CreateWorkshopItemResult | The result of the "CreateWorkshopItem last call" | string ||
544
565
| UpdateWorkshopItemError | The error of the "UpdateWorkshopItem last call" | string ||
0 commit comments