Choose your implementation method:
Properties
EOS_AntiCheatCommon_LogPlayerTickOptions
Property
|
Value
|
int32_t ApiVersion
|
API Version: Set this to EOS_ANTICHEATCOMMON_LOGPLAYERTICK_API_LATEST.
|
EOS_AntiCheatCommon_ClientHandle PlayerHandle
|
Locally unique value used in RegisterClient/RegisterPeer
|
EOS_AntiCheatCommon_Vec3f* PlayerPosition
|
Player's current world position as a 3D vector
|
EOS_AntiCheatCommon_Quat* PlayerViewRotation
|
Player's view rotation as a quaternion
|
EOS_Bool bIsPlayerViewZoomed
|
True if the player's view is zoomed (e.g. using a sniper rifle), otherwise false
|
float PlayerHealth
|
Player's current health value
|
EOS_EAntiCheatCommonPlayerMovementState PlayerMovementState
|
Any movement state applicable
|
Properties
AntiCheatCommon.LogPlayerTickOptions
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_ANTICHEATCOMMON_LOGPLAYERTICK_API_LATEST.
|
System.IntPtr PlayerHandle
|
Locally unique value used in RegisterClient/RegisterPeer
|
Vec3f PlayerPosition
|
Player's current world position as a 3D vector
|
Quat PlayerViewRotation
|
Player's view rotation as a quaternion
|
bool IsPlayerViewZoomed
|
True if the player's view is zoomed (e.g. using a sniper rifle), otherwise false
|
float PlayerHealth
|
Player's current health value
|
AntiCheatCommonPlayerMovementState PlayerMovementState
|
Any movement state applicable
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no