Event: Script:OnRender

From Nomad DB
Revision as of 21:25, 2 August 2020 by Jan (talk | contribs)

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()

This callback is not executed every frame: It's executed at a much lower frame-rate than the game is running.

Related Pages