WoW:XML attribute types

Revision as of 15:48, 17 September 2009 by WoWWiki>SinusPi (Created page with 'Types of attributes used in XML UI. Note that, in accordance with XML formatting rules, all parameters, regardless of their type, must be enclosed in double quotes. * string - a…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Types of attributes used in XML UI. Note that, in accordance with XML formatting rules, all parameters, regardless of their type, must be enclosed in double quotes.

  • string - any string; "blah", "foo", "whatever"
  • boolean - "true" or "false"
  • int - an integer number; "0", "1", "-5"
  • float - a floating-point number; "0", "0.2", "1.0", "-1.23456789"