mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +00:00
Console Refactor
This commit is contained in:
parent
626de074cc
commit
89b0c7f73b
89 changed files with 1883 additions and 1553 deletions
|
|
@ -22,6 +22,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
#include "Verve/Core/VDataTable.h"
|
||||
|
||||
#include "console/script.h"
|
||||
#include "console/simObject.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
@ -228,7 +229,7 @@ bool VDataTable::getValue( SimObject *pObject, const String &pFieldName, String
|
|||
case VDataTable::k_TypeExpression :
|
||||
{
|
||||
// Evaluate.
|
||||
pValue = Con::evaluate( fieldValue, false ).getString();
|
||||
pValue = Con::evaluate( fieldValue, false ).value.getString();
|
||||
|
||||
} break;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include "Verve/Extension/Script/VScriptEvent.h"
|
||||
|
||||
#include "console/consoleTypes.h"
|
||||
#include "console/script.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
IMPLEMENT_CONOBJECT( VScriptEvent );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue