Class EOS_Leaderboards_QueryLeaderboardUserScoresOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.leaderboards.options.EOS_Leaderboards_QueryLeaderboardUserScoresOptions
Direct Known Subclasses:
EOS_Leaderboards_QueryLeaderboardUserScoresOptions.ByReference, EOS_Leaderboards_QueryLeaderboardUserScoresOptions.ByValue

@FieldOrder({"ApiVersion","UserIds","UserIdsCount","StatInfo","StatInfoCount","StartTime","EndTime","LocalUserId"}) public class EOS_Leaderboards_QueryLeaderboardUserScoresOptions extends com.sun.jna.Structure
Input parameters for the EOS_Leaderboards_QueryLeaderboardUserScores function.
Since:
8/21/2023
  • Field Details

    • EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST

      public static final int EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST
      See Also:
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST.
    • UserIds

      public EOS_ProductUserId UserIds
      An array of Product User IDs indicating the users whose scores you want to retrieve
    • UserIdsCount

      public int UserIdsCount
      The number of users included in query
    • StatInfo

      The stats to be collected, along with the sorting method to use when determining rank order for each stat
    • StatInfoCount

      public int StatInfoCount
      The number of stats to query
    • StartTime

      public long StartTime
      An optional POSIX timestamp, or EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED; results will only include scores made after this time
    • EndTime

      public long EndTime
      An optional POSIX timestamp, or EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED; results will only include scores made before this time
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      Product User ID for user who is querying user scores. Must be set when using a client policy that requires a valid logged in user. Not used for Dedicated Server where no user is available.
  • Constructor Details

    • EOS_Leaderboards_QueryLeaderboardUserScoresOptions

      public EOS_Leaderboards_QueryLeaderboardUserScoresOptions()
    • EOS_Leaderboards_QueryLeaderboardUserScoresOptions

      public EOS_Leaderboards_QueryLeaderboardUserScoresOptions(com.sun.jna.Pointer peer)