ShowImage
- Parameters
-
whichImage image
flag boolean
- comment
-
It shows/hides image whichImage, depending on boolean flag (true shows, false hides). Seems like a redundant function in the light of SetImageRender(Always).
- patch
-
1.18a
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native ShowImage takes image whichImage, boolean flag returns nothing