mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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]]
|
||||
Reference in New Issue
Block a user