WoW:API IsMacClient: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (runaway bold)
m (Move page script moved page API IsMacClient to API IsMacClient without leaving a redirect)
 
(No difference)

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.