Returns whether or not the client has registered to receive messages with a given addon prefix. . Signature: Code isRegistered = IsAddonMessagePrefixRegistered("prefix") Arguments: - prefix - A string of up to 16 characters used to identify a stream of messages (string)
Returns: - isRegistered - true if the client is registered to receive messages with the given prefix, otherwise false. (boolean)
Также смотрите: Связанные с аддонами
, Addon-related functions
Ссылки: http://wowprogramming.com/docs/api/IsAddonMessagePrefixRegistered
|