RSS

Пятница, 17.05.2024, 00:00
Главная » WoW API » Игровые события »

CHAT_MSG_BN_WHISPER

[ править ]
Fires when you receive a whisper though Battle.Net.
[клоны]
Fires when you receive a whisper though Battle.Net.


Signature:
Code
("message", "sender", "unknown", "unknown", "unknown", "unknown", unknown, unknown, "unknown", unknown, counter, "unknown", presenceID, unknown)

Arguments:
  • message - The message thats received (string)
  • sender - The sender's RealID name. (i.e 'John Doe') or sometimes your own wow characters name. (looks like it will use the wow-character name when you are chatting, but will contain realid when other clients send messages) (string)
  • unknown - unknown (string)
  • unknown - unknown (string)
  • unknown - unknown (string)
  • unknown - unknown (string)
  • unknown - unknown (number)
  • unknown - unknown (number)
  • unknown - unknown (string)
  • unknown - This variable has an unkown purpose although it always seems to be 0. (number)
  • counter - This variable appears to be sequential number that the client recieves. (number)
  • unknown - unknown (string)
  • presenceID - presenceID of the sender (number, presenceID)
  • unknown - this seems to always be false (boolean)

Также смотрите: Игровые события
Ссылки: http://wowprogramming.com/docs/events/CHAT_MSG_BN_WHISPER