WoW:API IsMacClient

From AddOn Studio
Revision as of 13:05, 14 March 2006 by WoWWiki>Montronax (Removed Smcn spam)
Jump to navigation Jump to search
IsMacClient -Documentation by Astinus-

Checks to see if client is running on a Macintosh.

IsMacClient();

Arguments

none


Returns
true - If running on a Mac
false - If running on a PC

Description
Will check the user client and return true if the client is running on a Macintosh system.

Edit: There are no arguements for this function - Anti-Gremlin


Template:WoW API