Engine:CCMD lua.lua edit: Difference between revisions

no edit summary
(Created page with "{{dev/uiccmd}} Runs a Lua statement in a Lua runtime. <kua>print("fred")</kua> == Arguments == * name - (none) * value - the verbatim text of the Lua statement or statements to be run == Associations == * Is by defualt placed in the 'lua' context. * Is the default command for the 'lua' context. * Does not have its own command name in 'lua'. == Details == Can be used to run commands as though were directly in a Lua console, if the statement is not engine command, vari...")
 
No edit summary
Line 8: Line 8:


== Associations ==
== Associations ==
* Is by defualt placed in the 'lua' context.  
* Is by default placed in the 'lua' context.  
* Is the default command for the 'lua' context.
* Is the default command for the 'lua' context.
* Does not have its own command name in 'lua'.
* Does not have its own command name in 'lua'.