WoW:API IsMacClient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API IsMacClient to API IsMacClient without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''IsMacClient''' ''-Documentation by Astinus-''</center>
{{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.
;''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 (AEST)

Latest revision as of 04:46, 15 August 2023

WoW API < IsMacClient

Checks to see if client is running on a Macintosh.

isMac = IsMacClient();

Parameters[edit]

Returns[edit]

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