pushImage abstract method

int pushImage(
  1. RenderImage image
)

Pushes a RenderImage onto the Lua stack as a ScriptedImage userdata. Returns 1 if successful, 0 if the image is null.

Implementation

int pushImage(RenderImage image);