Added RunScriptCodeQuotable

This commit is contained in:
Blixibon 2020-05-22 22:29:06 -05:00
parent d3bb22bdd9
commit 93c99bd3d0

View File

@ -105,6 +105,7 @@
input RunScriptFile(string) : "Execute a game script file from disk"
input RunScriptCode(string) : "Execute a string of script source code"
input RunScriptCodeQuotable(string) : "Execute a string of script source code which converts double apostrophes ('') to quotation marks for strings"
input CallScriptFunction(string) : "Call a named function from this entity's Activation Script"