mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Updates asset importer and project importer to output to separate log files into tools/logs
Add utility console function for getting current datetime
This commit is contained in:
parent
ac3126765f
commit
fda722e355
7 changed files with 195 additions and 100 deletions
|
|
@ -44,7 +44,7 @@ DefineEngineMethod(AssetImporter, getActivityLogLine, String, (S32 i), (0),
|
|||
"Creates a new script asset using the targetFilePath.\n"
|
||||
"@return The bool result of calling exec")
|
||||
{
|
||||
return object->getActivityLogLine(0);
|
||||
return object->getActivityLogLine(i);
|
||||
}
|
||||
|
||||
DefineEngineMethod(AssetImporter, autoImportFile, String, (String path, String typeHint), ("", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue