Player::GetPlayerKey
Defined in:
Returns the key associated with a player.
C4Messages.h
Prototype
PlayerKey GetPlayerKey(void) const;
Description
The GetPlayerKey
function returns the unique ID associated with a player. The player representing the server always has the special key kPlayerServer
.
See Also