Difference between revisions of "ScriptHook: Rendering"

From Nomad DB
(Created page with "With ScriptHook 1.2, it is possible to render custom shapes and text onto the screen. For this purpose, ScriptHook provides ''d3d'' functions which can be called from inside t...")
 
Line 20: Line 20:
  
 
[[Category:WD2 ScriptHook Lua]]
 
[[Category:WD2 ScriptHook Lua]]
 +
[[Category:WD2 ScriptHook]]

Revision as of 21:23, 2 August 2020

With ScriptHook 1.2, it is possible to render custom shapes and text onto the screen. For this purpose, ScriptHook provides d3d functions which can be called from inside the OnRender event from Scripts.

Basic Functions

Text Rendering

Shapes

Related Pages