WoW API: IsLinuxClient
← WoW API < IsLinuxClient
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
← WoW API < IsLinuxClient
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