Difference between revisions of "ScriptHook: Rendering"

From Nomad DB
Line 1: Line 1:
 +
{{Warning|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 [[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 21:24, 6 October 2020

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