mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Remove CInterface script hooks, superseded by console refactor
This commit is contained in:
parent
a4e3a000fb
commit
5615cc33d8
7 changed files with 0 additions and 219 deletions
|
|
@ -42,7 +42,6 @@
|
|||
#include "gui/editor/guiInspector.h"
|
||||
|
||||
#include "sim/netObject.h"
|
||||
#include "cinterface/cinterface.h"
|
||||
|
||||
IMPLEMENT_CONOBJECT( SimObject );
|
||||
|
||||
|
|
@ -859,10 +858,6 @@ bool SimObject::isMethod( const char* methodName )
|
|||
if( !methodName || !methodName[0] )
|
||||
return false;
|
||||
|
||||
if (CInterface::isMethod(this->getName(), methodName) || CInterface::isMethod(this->getClassName(), methodName)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
StringTableEntry stname = StringTable->insert( methodName );
|
||||
|
||||
if( getNamespace() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue