Class EOS_AntiCheatServer_BeginSessionOptions

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

@FieldOrder({"ApiVersion","RegisterTimeoutSeconds","ServerName","EnableGameplayData","LocalUserId"}) public class EOS_AntiCheatServer_BeginSessionOptions extends com.sun.jna.Structure
Since:
8/5/2023
  • Field Details

    • EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUT

      public static int EOS_ANTICHEATSERVER_BEGINSESSION_MIN_REGISTERTIMEOUT
      Limits on RegisterTimeoutSeconds parameter
    • EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUT

      public static int EOS_ANTICHEATSERVER_BEGINSESSION_MAX_REGISTERTIMEOUT
    • EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST

      public static int EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST.
    • RegisterTimeoutSeconds

      public int RegisterTimeoutSeconds
      Time in seconds to allow newly registered clients to complete anti-cheat authentication. Recommended value: 60
    • ServerName

      public String ServerName
      Optional name of this game server
    • EnableGameplayData

      public EOS_Bool EnableGameplayData
      Gameplay data collection APIs such as LogPlayerTick will be enabled if set to true. If you do not use these APIs, it is more efficient to set this value to false.
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      The Product User ID of the local user who is associated with this session. Dedicated servers should set this to null.
  • Constructor Details

    • EOS_AntiCheatServer_BeginSessionOptions

      public EOS_AntiCheatServer_BeginSessionOptions()
    • EOS_AntiCheatServer_BeginSessionOptions

      public EOS_AntiCheatServer_BeginSessionOptions(@NotNull @NotNull EOSServerOptions options)
    • EOS_AntiCheatServer_BeginSessionOptions

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