Navigation menu

Engine:CCMD run: Difference between revisions

Jump to navigation Jump to search
61 bytes added ,  16 October 2023
Line 130: Line 130:


==== Special parameter delimiters: ====
==== Special parameter delimiters: ====
This currently only applies in a multiline script file and does not apply in the 'global' context. This is currently used in the 'lua' and 'js' contexts to pass a multi-line code block.
This currently only applies in a multiline script file and does not apply in the 'global' context. This is currently only applies to default commnds like in the 'lua' and 'js' contexts, to pass a multi-line code block to the Lua and JS runtimes.
 
:4. curly braces - Can be used to extend a whole 'statement' or set of statements across multiple lines. But will not be recognized as a parameter delimiter. The contents will be treated as one statement block.   
:4. curly braces - Can be used to extend a whole 'statement' or set of statements across multiple lines. But will not be recognized as a parameter delimiter. The contents will be treated as one statement block.   
In a script named 'startup.cfg':
In a script named 'startup.cfg':