number

From OpenKore Wiki
Revision as of 11:42, 12 September 2012 by EternalHarvest (talk | contribs) (Created page with '== Overview == Number. May be a fractional value (with dot <code>.</code> separator) or just an integer. Empty string (unset option) or strings starting with non-numeric charac…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Number. May be a fractional value (with dot . separator) or just an integer.

Empty string (unset option) or strings starting with non-numeric characters are evaluated as in Perl, usually to 0.

Notes

This is not a range. Values like "= 11" would just evaluate to 0.