I'm trying to set up a global steam leaderboard using the steamworks plugin and need to store more data than just an integer for the score.
Valve's documentation states that "each entry contains a score for the leaderboard (an int32) and optionally up to 64 int32s of associated data. The associated data can be used to store game specific information about the play session that resulted in the user's leaderboard entry."
Those other 64 int32s of associated data appear to be stored as an array you can attach, but I can't find a way to do that in the Construct 3 Steamworks documentation.
Am I missing something or does the plugin not support this action?