WoW:API IsLinuxClient: Difference between revisions

no edit summary
(Boolean: Returns True if running on Linux)
 
No edit summary
Line 3: Line 3:
eg
eg


  if isLinuxClient() then
  if IsLinuxClient() then
     s = "./myfile.xml"
     s = "./myfile.xml"
  else
  else
     s = "myfile.xml"
     s = "myfile.xml"
  end
  end
----
{{WoW API}}
Anonymous user