Yet more function documentation

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@571 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-07-14 00:29:25 +00:00
parent 6467ff9909
commit 689def7325
53 changed files with 174 additions and 8 deletions
+18
View File
@@ -0,0 +1,18 @@
Function: built_in_image
--Usage--
> built_in_image(image_name)
Retrieve an image built into the program.
--Parameters--
! Parameter Type Description
| @input@ [[type:string]] Name of the image to retrieve
--Possible values--
! Image name Image
| @"bool_yes"@ <img src="bool_yes.png" alt="bool_yes" />
| @"bool_no"@ <img src="bool_no.png" alt="bool_no" />
--Examples--
> built_in_image("bool_yes") == [[Image]]