WoW:API IsMacClient: Difference between revisions
Jump to navigation
Jump to search
(Checks client system.) |
m (Move page script moved page API IsMacClient to API IsMacClient without leaving a redirect) |
||
(5 intermediate revisions by 5 users not shown) | |||
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. | |||
:; | |||
: | |||
- | |||