Event: Script:OnRender

From Nomad DB
Revision as of 14:59, 25 September 2021 by Administrator (talk | contribs)
(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()

This callback may not be executed every frame: Depending on the implementation, it's executed at a much lower frame-rate than the game is running at.

Related Pages