Difference between revisions of "MDE Scripting Changelog"

From Nomad DB
(Created page with "{{Page_MDE}} This page documents notable Lua changes from {{MDE ScriptHook}} from version 1.0 upwards. == Version 1.1 == === Events === * Updated Event: Script:OnUpdate|Scr...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Page_MDE}}
 
{{Page_MDE}}
This page documents notable Lua changes from {{MDE ScriptHook}} from version 1.0 upwards.
+
This page documents notable Lua changes from [[MDE ScriptHook]] from version 1.0 upwards.
 +
 
 +
== Version 1.1.2 ==
 +
* [[ScriptHook.GetScript]]
 +
* [[ScriptHook.GetAllScripts]]
 +
* [[ScriptHook.RegisterKeyHandler]] now returns the key name as string
  
 
== Version 1.1 ==
 
== Version 1.1 ==

Latest revision as of 20:05, 8 October 2021

This page documents notable Lua changes from MDE ScriptHook from version 1.0 upwards.

Version 1.1.2

Version 1.1

Events

UI: SimpleMenu

Rendering

Entity

Experimental: CEF Integration

  • Chromium Embedded Framework (CEF)
  • Allows placing "WebFrames" in 2D/3D world
  • Seperate download required (~70mb)
  • Currently in experimental stage (no input possible, may cause frame drops)

Related Pages