Interface IAntiCheatNetworkClient


public interface IAntiCheatNetworkClient
Since:
9/18/2024
  • Method Details

    • getEOSHandle

      host.anzo.eossdk.eos.sdk.anticheat.common.EOS_AntiCheatCommon_ClientHandle getEOSHandle()
      Returns:
      Epic Online Services anti-cheat client handle
    • getEosLocalUserID

      String getEosLocalUserID()
      Returns:
      Epic Online Services local user ID string representation
    • getIpAddress

      String getIpAddress()
      Returns:
      network client IP address
    • getConnectionId

      int getConnectionId()
      Returns:
      network client connection ID
    • getAccountName

      String getAccountName()
      Returns:
      account name related to the current network client
    • isAdmin

      boolean isAdmin()
      Returns:
      true if current player has admin rights, false if its general player
    • sendMessageToClient

      void sendMessageToClient(String message)
      Send a text message to the network client with error or information
      Parameters:
      message - message text to send
    • sendEacMessageToClient

      void sendEacMessageToClient(host.anzo.eossdk.eos.sdk.anticheat.common.callbackresults.EOS_AntiCheatCommon_OnMessageToClientCallbackInfo eosAntiCheatCommonOnMessageToClientCallbackInfo)
      Send an internal anti-cheat message to a network client
      Parameters:
      eosAntiCheatCommonOnMessageToClientCallbackInfo - callback with message information