mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
commit
7a10c42c40
2 changed files with 0 additions and 4 deletions
|
|
@ -100,7 +100,6 @@ bool Message::onAdd()
|
||||||
if(! Parent::onAdd())
|
if(! Parent::onAdd())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
linkNamespaces();
|
|
||||||
onAdd_callback();
|
onAdd_callback();
|
||||||
//Con::executef(this, "onAdd");
|
//Con::executef(this, "onAdd");
|
||||||
return true;
|
return true;
|
||||||
|
|
@ -120,7 +119,6 @@ void Message::onRemove()
|
||||||
{
|
{
|
||||||
onRemove_callback();
|
onRemove_callback();
|
||||||
//Con::executef(this, "onRemove");
|
//Con::executef(this, "onRemove");
|
||||||
unlinkNamespaces();
|
|
||||||
|
|
||||||
Parent::onRemove();
|
Parent::onRemove();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,6 @@ bool ScriptMsgListener::onAdd()
|
||||||
if(! Parent::onAdd())
|
if(! Parent::onAdd())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
linkNamespaces();
|
|
||||||
onAdd_callback();
|
onAdd_callback();
|
||||||
//Con::executef(this, "onAdd");
|
//Con::executef(this, "onAdd");
|
||||||
return true;
|
return true;
|
||||||
|
|
@ -105,7 +104,6 @@ void ScriptMsgListener::onRemove()
|
||||||
{
|
{
|
||||||
onRemove_callback();
|
onRemove_callback();
|
||||||
//Con::executef(this, "onRemove");
|
//Con::executef(this, "onRemove");
|
||||||
unlinkNamespaces();
|
|
||||||
|
|
||||||
Parent::onRemove();
|
Parent::onRemove();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue