Difference between revisions of "WDL ScriptHook: Trainer"

From Nomad DB
(Created page with "{{Page_WDL}} The ScriptHook Trainer is a built-in Script from ScriptHook. It uses the native Lua functions...")
 
 
Line 7: Line 7:
 
To open the Menu, press '''F4'''.
 
To open the Menu, press '''F4'''.
  
{{WDLSH:MenuControls}}
+
{{WD2SH:MenuControls}}
  
 
== Related Pages ==
 
== Related Pages ==
* [[WDL ScriptHook: Console]]
+
* '''For Developers: ''' [[WDL ScriptHook: Script|Scripts]]
* '''For Developers: ''' [[WDL ScriptHook: Console Commands]] in [[WDL ScriptHook: Script|Scripts]]
 
  
 
[[Category:WDL ScriptHook]]
 
[[Category:WDL ScriptHook]]

Latest revision as of 17:22, 14 April 2021

The ScriptHook Trainer is a built-in Script from ScriptHook. It uses the native Lua functions from Watch Dogs Legion and provides both menu controls & console commands to interact with the game's world.

For Modders: We recommend checking out the Lua source code from the Trainer to introduce yourself to the ScriptHook. You can also check out this article for more information about the Scripting system.

Controls

To open the Menu, press F4.

Up/Down Arrows Navigation
Numpad 8(Up), Numpad 9 (Down)
Enter Confirm Option
Numpad 5
Delete Key, Numpad 0 Return back to previous menu
ESC Close the menu

Related Pages