mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Console Refactor
This commit is contained in:
parent
626de074cc
commit
89b0c7f73b
89 changed files with 1883 additions and 1553 deletions
|
|
@ -26,12 +26,13 @@
|
|||
#include "console/simBase.h"
|
||||
#include "console/engineAPI.h"
|
||||
#include "math/mMath.h"
|
||||
#include "console/script.h"
|
||||
#include "console/stringStack.h"
|
||||
#include "gui/buttons/guiIconButtonCtrl.h"
|
||||
|
||||
inline ConsoleValue RunScript(const char* str)
|
||||
{
|
||||
return std::move(Con::evaluate(str, false, NULL));
|
||||
return std::move(Con::evaluate(str, false, NULL).value);
|
||||
}
|
||||
|
||||
using ::testing::Matcher;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue