Difference between revisions of "ScriptHook: Rendering"

From Nomad DB
Line 1: Line 1:
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 [[Event: Script:OnRender|OnRender]] event from [[WD2 ScriptHook: Script|Scripts]].
+
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 [[Event: Script:OnRender|OnRender]] event from [[WD2 ScriptHook: Script|Scripts]].
 +
 
 +
{{Warning|This feature is only avaiable for Watch Dogs 2 ScriptHook Version 1.2+.}}
  
 
====Basic Functions====
 
====Basic Functions====

Revision as of 12:26, 6 October 2020

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.

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

Basic Functions

Text Rendering

Shapes

Related Pages