Class EOS_Achievements_CopyPlayerAchievementByAchievementIdOptions

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

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

    • EOS_ACHIEVEMENTS_COPYPLAYERACHIEVEMENTBYACHIEVEMENTID_API_LATEST

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

      public int ApiVersion
    • TargetUserId

      public EOS_ProductUserId TargetUserId
      The Product User ID for the user whose achievement is to be retrieved.
    • AchievementId

      public String AchievementId
      Achievement ID to search for when retrieving player achievement data from the cache.
    • LocalUserId

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

    • EOS_Achievements_CopyPlayerAchievementByAchievementIdOptions

      public EOS_Achievements_CopyPlayerAchievementByAchievementIdOptions()
    • EOS_Achievements_CopyPlayerAchievementByAchievementIdOptions

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