Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
m (runaway bold)
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
  +
{{wowapi}} __NOTOC__
<center>'''IsMacClient''' ''-Documentation by Astinus-''</center>
 
 
 
Checks to see if client is running on a Macintosh.
 
Checks to see if client is running on a Macintosh.
 
isMac = IsMacClient();
 
  +
==Parameters==
IsMacClient();
 
 
===Returns===
 
  +
:;isMac : Boolean - true (1?) if the game is running on a mac client, false (nil?) otherwise.
----
 
;''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}}
 
 
 
--[[User:Astinus|Astinus]] 20:32, 31 Jan 2005 (EST)
 
--[[User:Anti-Gremlin|Anti-Gremlin]] 11:58, 19 Sept 2005 (EST)
 

Revision as of 00:20, 2 January 2007

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.