mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
more console refactor.
This commit is contained in:
parent
5e81c021f5
commit
50df52ecfc
15 changed files with 150 additions and 158 deletions
|
|
@ -1070,7 +1070,7 @@ afxSelectron::start_selectron(SceneObject* picked, U8 subcode, SimObject* extra)
|
|||
// CALL SCRIPT afxSelectronData::onPreactivate(%params, %extra)
|
||||
const char* result = Con::executef(datablock, "onPreactivate",
|
||||
Con::getIntArg(param_holder->getId()),
|
||||
(extra) ? Con::getIntArg(extra->getId()) : "");
|
||||
(extra) ? Con::getIntArg(extra->getId()) : "").getString();
|
||||
if (result && result[0] != '\0' && !dAtob(result))
|
||||
{
|
||||
#if defined(TORQUE_DEBUG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue