Difference between revisions of "Operator Element"

No change in size ,  20:06, 18 June 2010
→‎Comparative Operators: Swapped descriptions for min & max. I know this doesn't make sense to have them that way around, but that's how it is. Example: hud_main_menu.xml (the status bars-part).
imported>Kyoma
imported>Low Post
(→‎Comparative Operators: Swapped descriptions for min & max. I know this doesn't make sense to have them that way around, but that's how it is. Example: hud_main_menu.xml (the status bars-part).)
Line 86: Line 86:


== Comparative Operators ==
== Comparative Operators ==
*'''Min''' - If current value is less than the value of <min>, it is set to that value.
*'''Min''' - The current value greater than the value of <min>, it is set to that value.
*'''Max''' - The current value greater than the value of <max>, it is set to that value.
*'''Max''' - If current value is less than the value of <max>, it is set to that value.


[[Category:Oblivion XML]]
[[Category:Oblivion XML]]
Anonymous user