Interface IAntiCheatNetworkClient
public interface IAntiCheatNetworkClient
- Since:
- 9/18/2024
-
Method Summary
Modifier and TypeMethodDescriptioninthost.anzo.eossdk.eos.sdk.anticheat.common.EOS_AntiCheatCommon_ClientHandlebooleanisAdmin()voidsendEacMessageToClient(host.anzo.eossdk.eos.sdk.anticheat.common.callbackresults.EOS_AntiCheatCommon_OnMessageToClientCallbackInfo eosAntiCheatCommonOnMessageToClientCallbackInfo) Send an internal anti-cheat message to a network clientvoidsendMessageToClient(String message) Send a text message to the network client with error or information
-
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:
trueif current player has admin rights,falseif its general player
-
sendMessageToClient
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
-