Difference between revisions of "WD2 Scripting"

From Nomad DB
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Using [[WD2 ScriptHook]], you can inject custom Lua scripts into the game using [[WD2 ScriptHook: Script|Scripts]].
+
Using [[WD2 ScriptHook]], you can inject custom Lua scripts into the game using [[WD2 ScriptHook: Script|Scripts]]. This Overview contains important resources to get started with development.
  
== Links ==
+
== Development Resources ==
 +
=== Links ===
 
* List of '''[[WD2 Lua Functions|all Lua functions]]''' or '''[[WD2 Documented Functions|Documented functions]]''' only
 
* List of '''[[WD2 Lua Functions|all Lua functions]]''' or '''[[WD2 Documented Functions|Documented functions]]''' only
 
* [[WD2 ScriptHook: Lua Functions]]
 
* [[WD2 ScriptHook: Lua Functions]]
  
== Concepts ==
+
=== Concepts ===
 
* [[EntityId]]
 
* [[EntityId]]
  
== Categories ==
+
=== Categories ===
 
* [[:Category:WD2 Lua|WD2 Lua]]
 
* [[:Category:WD2 Lua|WD2 Lua]]
 
* [[:Category:WD2 Entity|WD2 Entity]]
 
* [[:Category:WD2 Entity|WD2 Entity]]
 
* [[:Category:WD2 Vehicle|WD2 Vehicle]]
 
* [[:Category:WD2 Vehicle|WD2 Vehicle]]
 
* [[:Category:WD2 Player|WD2 Player]]
 
* [[:Category:WD2 Player|WD2 Player]]
 +
 +
== Script Hook ==
 +
<DynamicPageList>
 +
category = WD2 ScriptHook
 +
</DynamicPageList>
 +
 +
== Wiki Contributions ==
 +
{{ContributeText}}

Revision as of 16:31, 15 April 2020

Using WD2 ScriptHook, you can inject custom Lua scripts into the game using Scripts. This Overview contains important resources to get started with development.

Development Resources

Links

Concepts

Categories

Script Hook


Wiki Contributions

This wiki is still in the early stages, there is still a lot of potential and functions to be documented. If you have information about a Lua function, File formats, or any other information about the Game's inner workings, we would love community contributions! Read more about Contributing.