7DTD-ScriptingMod icon indicating copy to clipboard operation
7DTD-ScriptingMod copied to clipboard

Cache event/command scripts

Open kylesmyrk opened this issue 7 years ago • 0 comments

To avoid relying on resetting a single engine upon script invocation, you could instead cache scripts as objects, and assign each their own engine (doubtful on any significant performance hits).

You could then interact directly with a script object instead. A basic advantage of this would be the ability to limit CLR access based on script type.

kylesmyrk avatar Jan 09 '18 09:01 kylesmyrk