Difference between revisions of "ScriptHook: Rendering"

From Nomad DB
Line 7: Line 7:
 
*[[d3d.SetColor]]
 
*[[d3d.SetColor]]
 
*[[d3d.World2Screen]]
 
*[[d3d.World2Screen]]
 +
*[[d3d.GetViewportSize]]
  
 
===Text Rendering===
 
===Text Rendering===

Revision as of 11:12, 15 April 2021

This feature is only available for Watch Dogs 2 ScriptHook Version 1.2+.

With ScriptHook, 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