ACR_ServerCommunicator.ACR_ServerCommunicator.GetLastTellFromPlayerId C# (CSharp) Method

GetLastTellFromPlayerId() public method

Get the last receive tell from player id for a player.
public GetLastTellFromPlayerId ( uint PlayerObject ) : int
PlayerObject uint
return int
        public int GetLastTellFromPlayerId(uint PlayerObject)
        {
            return GetLocalInt(PlayerObject, "ACR_MOD_LAST_TELL_FROM");
        }
ACR_ServerCommunicator