New Steam Apis

Hey I just had some time today and added few new apis(and updated sdk) for Steamworks Plugin (note these are only available on 2025.3722+)

These include the ability to Read and Write to Cloud Storage (and a few other apis)

Also per request @aclementerodrguez added isSteamDeck()

Read More in Docs

View Sample

10 Likes

Awesome!.. Thank you, Scott.

Hey @Scott_Harrison,
The boolean steamworks.isSteamDeck is returning true even when I run my game on my PC (Windows). From what I understand, it should only return true when running on a Steam Deck. Just tested it and it still comes back true on my PC. Could you take a look and see why this might be happening?

UPDATE:
So I figured it out, type(steamworks.isSteamDeck) comes back as 'function'. The docs say it’s a property that returns a boolean, but that’s wrong. It’s actually a function that returns a boolean.

Tested it and it works fine, just gotta call it like a function. Would be great if the docs could get updated to fix that.

Fixed docs