Class EOS_AntiCheatCommon_LogPlayerTickOptions

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

@FieldOrder({"ApiVersion","PlayerHandle","PlayerPosition","PlayerViewRotation","IsPlayerViewZoomed","PlayerHealth","PlayerMovementState"}) public class EOS_AntiCheatCommon_LogPlayerTickOptions extends com.sun.jna.Structure
Since:
8/5/2023
  • Field Details

    • EOS_ANTICHEATCOMMON_LOGPLAYERTICK_API_LATEST

      public static int EOS_ANTICHEATCOMMON_LOGPLAYERTICK_API_LATEST
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_ANTICHEATCOMMON_LOGPLAYERTICK_API_LATEST.
    • PlayerHandle

      public EOS_AntiCheatCommon_ClientHandle PlayerHandle
      Locally unique value used in RegisterClient/RegisterPeer
    • PlayerPosition

      Player's current world position as a 3D vector
    • PlayerViewRotation

      public EOS_AntiCheatCommon_Quat.ByReference PlayerViewRotation
      Player's view rotation as a quaternion
    • IsPlayerViewZoomed

      public EOS_Bool IsPlayerViewZoomed
      EOS_Bool.EOS_TRUE if the player's view is zoomed (e.g. using a sniper rifle), otherwise EOS_Bool.EOS_FALSE
    • PlayerHealth

      public float PlayerHealth
      Player's current health value
    • PlayerMovementState

      public int PlayerMovementState
      Any movement state applicable
  • Constructor Details

    • EOS_AntiCheatCommon_LogPlayerTickOptions

      public EOS_AntiCheatCommon_LogPlayerTickOptions()
    • EOS_AntiCheatCommon_LogPlayerTickOptions

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