WoW:API IsMacClient: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (runaway bold) |
||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Checks to see if client is running on a Macintosh. | Checks to see if client is running on a Macintosh. | ||
isMac = IsMacClient(); | |||
IsMacClient(); | ==Parameters== | ||
===Returns=== | |||
:;isMac : Boolean - true (1?) if the game is running on a mac client, false (nil?) otherwise. | |||
:; | |||
: | |||
Revision as of 00:20, 2 January 2007
← 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.