Class EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions

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

@FieldOrder({"ApiVersion","PathToBinFile"}) public class EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions extends com.sun.jna.Structure
Since:
8/15/2023
  • Field Details

    • EOS_ANTICHEATCLIENT_ADDEXTERNALINTEGRITYCATALOG_API_LATEST

      public static final int EOS_ANTICHEATCLIENT_ADDEXTERNALINTEGRITYCATALOG_API_LATEST
      See Also:
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_ANTICHEATCLIENT_ADDEXTERNALINTEGRITYCATALOG_API_LATEST.
    • PathToBinFile

      public String PathToBinFile
      UTF-8 path to the .bin catalog file to add
  • Constructor Details

    • EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions

      public EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions()
    • EOS_AntiCheatClient_AddExternalIntegrityCatalogOptions

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