GetNetworkClientIP
Description
Returns the IP address being used by the specified client. This command only works on the server as clients do not connect directly to each other
Definition
string GetNetworkClientIP( iNetID, client )
char* agk::GetNetworkClientIP( uint32_t iNetID, uint32_t client )
Parameters
- iNetID - The ID of the network to check.
- client - the ID of the client to check.