Murl Engine Lua Addon API  Version 1.0 beta
Murl.IScreenshotControl

The IScreenshotControl interface.


Table members

Inherited


Murl.IControlable

Methods


CreateScreenshot()

Create a screen shot of the next frame tick.

Boolean CreateScreenshot()

Returns
Boolean true if successful.

DestroyScreenshot()

Destroy the current screen shot.

Boolean DestroyScreenshot()

Returns
Boolean true if successful.

IsBusy()

Check if the current screen shot is in progress.

Boolean IsBusy()

Returns
Boolean true if the current screen shot is in progress.

IsReady()

Check if the current screen shot is ready to use.

Boolean IsReady()

Returns
Boolean true if the current screen shot is ready to use.

GetScreenshotImage()

Get the current screen shot image.

Murl.Resource.IImage GetScreenshotImage()

Returns
Murl.Resource.IImage The current screen shot image or null if no image is available.