Event: Script:OnRender

From Nomad DB
Revision as of 22:09, 2 August 2020 by Jan (talk | contribs) (Created page with "In this context, rendering onto the screen is possible. This is the only legal place to call d3d Functions. {{WD2SH:ScriptEvent}} == Usage == <syntaxhighlight lang="lua"> On...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this context, rendering onto the screen is possible. This is the only legal place to call d3d Functions.

Registration

This event is registered on the Script Table.

Usage

OnRender()

Related Pages