Dota 2 Workshop Tools/Scripting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Dota 2 Workshop Tools docs)
 
m (1 revision: Dota 2 Workshop Tools docs)
(No difference)

Revision as of 18:03, 6 August 2014

Scripting in Dota 2 is handled in Lua. Lua scripts are launched at run time when loading an addon and can manipulate most facets of the game. Scripts can control events that happen in a game mode, game rules, abilities and how they interact with heroes, creeps, AI, etc.

Getting Started

Scripting Abilities

Common Techniques

Reference

Lua Resources