Quantcast API IsVoiceChatAllowed - WoWWiki - Your guide to the World of Warcraft
Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

API IsVoiceChatAllowed

From WoWWiki

Jump to: navigation, search
Main Menu


isallowed = IsVoiceChatAllowed();


Arguments
none

Returns
isallowed 
Boolean - 1 (true) if Voice Chat is enabled on the server, nil (false) otherwise.

Example
 isallowed = IsVoiceChatAllowed();
 if (isallowed) then
    message("Voice Chat is enabled on the server.");
  end
 else
    message("Voice Chat isn't enabled on the server.");
 end
Rate this article:
Share this article: