ACR_ServerCommunicator.ACR_ServerCommunicator.GetLastTellFromPlayerId C# (CSharp) 메소드

GetLastTellFromPlayerId() 공개 메소드

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