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.