ACR_ServerCommunicator.ACR_ServerCommunicator.GetLastTellToPlayerId C# (CSharp) Method

GetLastTellToPlayerId() public method

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.
return int
        public int GetLastTellToPlayerId(uint PlayerObject)
        {
            return GetLocalInt(PlayerObject, "ACR_MOD_LAST_TELL_TO");
        }
ACR_ServerCommunicator