WoW:API IsMacClient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Removed Smcn spam)
Line 25: Line 25:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
--[[User:Astinus|Astinus]] 20:32, 31 Jan 2005 (EST)
--[[User:Anti-Gremlin|Anti-Gremlin]] 11:58, 19 Sept 2005 (AEST)

Revision as of 13:05, 14 March 2006

IsMacClient -Documentation by Astinus-

Checks to see if client is running on a Macintosh.

IsMacClient();

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