Gaming
 

Telepathy.sendTable

From WoWWiki

This article is a part of the documentation of the Telepathy function library

Usage

Telepathy.sendTable ( id, object, method [, target [, priority] ] )
  • Sends a lua serialized object using Telepathy.

Arguments

  • id - text id passed to identify sending and recieving addon
  • message - the lua object (table) to be delivered
  • method - "GLOBAL", "PARTY", "RAID", "GUILD", "BATTLEGROUND" or "WHISPER"
  • target - player name for "WHISPER" target (Optional)
  • priority - "ALERT", "NORMAL", "BULK" (Optional - Defaults to "NORMAL")