documented new script functions

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1015 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-07-09 16:28:46 +00:00
parent bde65525ad
commit 9073764a62
12 changed files with 232 additions and 76 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ Convert any value to a [[type:double]].
--Examples--
> to_real(1) == 1.0
> to_real("1.5") == "1.5"
> to_real("1.5") == 1.5
--See also--
| [[fun:to_int]] Convert any value to a [[type:int]]
| [[fun:to_number]] Convert any value to a number