Class EOS_AntiCheatCommon_LogGameRoundStartOptions

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

@FieldOrder({"ApiVersion","SessionIdentifier","LevelName","ModeName","RoundTimeSeconds"}) public class EOS_AntiCheatCommon_LogGameRoundStartOptions extends com.sun.jna.Structure
Since:
8/5/2023
  • Field Details

    • EOS_ANTICHEATCOMMON_LOGGAMEROUNDSTART_API_LATEST

      public static int EOS_ANTICHEATCOMMON_LOGGAMEROUNDSTART_API_LATEST
    • ApiVersion

      public int ApiVersion
    • SessionIdentifier

      public String SessionIdentifier
      Optional game session or match identifier useful for some backend API integrations
    • LevelName

      public String LevelName
      Optional name of the map being played
    • ModeName

      public String ModeName
      Optional name of the game mode being played
    • RoundTimeSeconds

      public int RoundTimeSeconds
      Optional length of the game round to be played, in seconds. If none, use 0.
  • Constructor Details

    • EOS_AntiCheatCommon_LogGameRoundStartOptions

      public EOS_AntiCheatCommon_LogGameRoundStartOptions()
    • EOS_AntiCheatCommon_LogGameRoundStartOptions

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