WoW:API IsLinuxClient
Jump to navigation
Jump to search
This is a boolean function which returns true if World of Warcraft is being run on Linux.
eg
if isLinuxClient() then s = "./myfile.xml" else s = "myfile.xml" end
This is a boolean function which returns true if World of Warcraft is being run on Linux.
eg
if isLinuxClient() then s = "./myfile.xml" else s = "myfile.xml" end