mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Fix bugs with internalName accessor
This commit is contained in:
parent
838395840d
commit
98a2fa0f33
3 changed files with 47 additions and 4 deletions
|
|
@ -1614,6 +1614,11 @@ ConsoleValue CodeBlock::exec(U32 ip, const char* functionName, Namespace* thisNa
|
|||
stack[_STK].setInt(0);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Con::errorf(ConsoleLogEntry::Script, "%s: Attempt to use ->, but the group object wasn't found.", getFileLine(ip - 2));
|
||||
stack[_STK].setInt(0);
|
||||
}
|
||||
break;
|
||||
|
||||
case OP_SETCUROBJECT_NEW:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue