WoW API: IsMacClient

From AddOn Studio
Revision as of 00:20, 2 January 2007 by WoWWiki>Starlightblunder (runaway bold)
Jump to navigation Jump to search

WoW API < IsMacClient

Checks to see if client is running on a Macintosh.

isMac = IsMacClient();

Parameters

Returns

isMac
Boolean - true (1?) if the game is running on a mac client, false (nil?) otherwise.