mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2025-01-14 16:17:59 +03:00
Added RunScriptCodeQuotable
This commit is contained in:
parent
d3bb22bdd9
commit
93c99bd3d0
1
base.fgd
1
base.fgd
@ -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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user