Don't auto-quote command parameters (make it easier to parse commands
from other tools).
This commit is contained in:
@@ -35,7 +35,6 @@ ActorCommands::ActorCommands( const CString &sCommands )
|
||||
s << "\tself:" << sName << "(";
|
||||
|
||||
bool bFirstParamIsString =
|
||||
sName == "luaeffect" ||
|
||||
sName == "horizalign" ||
|
||||
sName == "vertalign" ||
|
||||
sName == "effectclock" ||
|
||||
|
||||
Reference in New Issue
Block a user