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 << "(";
|
s << "\tself:" << sName << "(";
|
||||||
|
|
||||||
bool bFirstParamIsString =
|
bool bFirstParamIsString =
|
||||||
sName == "luaeffect" ||
|
|
||||||
sName == "horizalign" ||
|
sName == "horizalign" ||
|
||||||
sName == "vertalign" ||
|
sName == "vertalign" ||
|
||||||
sName == "effectclock" ||
|
sName == "effectclock" ||
|
||||||
|
|||||||
Reference in New Issue
Block a user