Class EOS_Achievements_QueryPlayerAchievementsOptions

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

@FieldOrder({"ApiVersion","TargetUserId","LocalUserId"}) public class EOS_Achievements_QueryPlayerAchievementsOptions extends com.sun.jna.Structure
Input parameters for the EOS_Achievements_QueryPlayerAchievements function.
Since:
8/19/2023
  • Field Details

    • EOS_ACHIEVEMENTS_QUERYPLAYERACHIEVEMENTS_API_LATEST

      public static final int EOS_ACHIEVEMENTS_QUERYPLAYERACHIEVEMENTS_API_LATEST
      The most recent version of the EOS_Achievements_QueryPlayerAchievements struct.
      See Also:
    • ApiVersion

      public int ApiVersion
    • TargetUserId

      public EOS_ProductUserId TargetUserId
      The Product User ID for the user whose achievements are to be retrieved.
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      The Product User ID for the user who is querying for player achievements. For a Dedicated Server this should be null.
  • Constructor Details

    • EOS_Achievements_QueryPlayerAchievementsOptions

      public EOS_Achievements_QueryPlayerAchievementsOptions()
    • EOS_Achievements_QueryPlayerAchievementsOptions

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