WoW:API IsMacClient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Removed Smcn spam)
mNo edit summary
Line 14: Line 14:


:;true - If running on a Mac
:;true - If running on a Mac
:;false - If running on a PC
:;false - If running on a PC or Linux Box


----
----

Revision as of 02:26, 6 May 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 or Linux Box

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