m
runaway bold
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. | |||
:; | |||
: | |||