SteamVR/Environments/Scripting: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{todo} === Reference === * Scripting API")
 
(Added introduction)
Line 1: Line 1:
{todo}
[[Destinations]] includes the [[VScript]] scripting system with an extensive API, allowing many modifications and extensions to the game, including accessing the VR motion controllers. Scripting in Destinations is done using the Lua language.
 
Many of the [[Dota_2_Workshop_Tools/Scripting| Dota 2 scripting features]] also apply to Destinations.


=== Reference ===
=== Reference ===


* [[Destinations/Scripting/API|Scripting API]]
* [[Destinations/Scripting/API|Scripting API]]
[[Category:Destinations]]

Revision as of 03:45, 11 August 2016

Destinations includes the VScript scripting system with an extensive API, allowing many modifications and extensions to the game, including accessing the VR motion controllers. Scripting in Destinations is done using the Lua language.

Many of the Dota 2 scripting features also apply to Destinations.

Reference