mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
689def7325
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@571 0fc631ac-6414-0410-93d0-97cfa31319b6
19 lines
440 B
Plaintext
19 lines
440 B
Plaintext
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]]
|