Template:DGS Plugin/Render Target Functions: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2025

  • curprev 09:4709:47, 11 September 2025Liwa talk contribs empty −556 →‎Syntax Tag: Blanking
  • curprev 09:4709:47, 11 September 2025Liwa talk contribs 556 bytes +556 Created page with "==Syntax== <syntaxhighlight lang="lua"> element dgsCreateRenderTarget( int width, int height [, bool isTransparent = true ] ) </syntaxhighlight> ===Required Arguments=== *'''width:''' The width of the render target in pixels. *'''height:''' The height of the render target in pixels. ===Optional Arguments=== *'''isTransparent:''' A boolean indicating if the render target should support transparency. Defaults to '''true'''. ===Returns=== Returns a render target element if..."