ACR_ServerCommunicator.ACR_ServerCommunicator.GetLastTellToPlayerId C# (CSharp) Méthode

GetLastTellToPlayerId() public méthode

Get the last send tell to player id for a player.
public GetLastTellToPlayerId ( uint PlayerObject ) : int
PlayerObject uint Supplies the player whose last send tell /// to player id is to be retrieved.
Résultat int
        public int GetLastTellToPlayerId(uint PlayerObject)
        {
            return GetLocalInt(PlayerObject, "ACR_MOD_LAST_TELL_TO");
        }
ACR_ServerCommunicator