Class EOS_AntiCheatCommon_LogPlayerReviveOptions

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

@FieldOrder({"ApiVersion","RevivedPlayerHandle","ReviverPlayerHandle"}) public class EOS_AntiCheatCommon_LogPlayerReviveOptions extends com.sun.jna.Structure
Since:
8/5/2023
  • Field Details

    • EOS_ANTICHEATCOMMON_LOGPLAYERREVIVE_API_LATEST

      public static int EOS_ANTICHEATCOMMON_LOGPLAYERREVIVE_API_LATEST
    • RevivedPlayerHandle

      public EOS_AntiCheatCommon_ClientHandle RevivedPlayerHandle
      Locally unique value used in RegisterClient/RegisterPeer
    • ReviverPlayerHandle

      public EOS_AntiCheatCommon_ClientHandle ReviverPlayerHandle
      Locally unique value used in RegisterClient/RegisterPeer
  • Constructor Details

    • EOS_AntiCheatCommon_LogPlayerReviveOptions

      public EOS_AntiCheatCommon_LogPlayerReviveOptions()
    • EOS_AntiCheatCommon_LogPlayerReviveOptions

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