MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / call

Method call

Engine/source/console/engineAPI.h:1137–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135
1136 template< typename R, typename ...ArgTs >
1137 R call(ArgTs ...args) const
1138 {
1139 typedef R( FunctionType )( EngineObject*, ArgTs... );
1140 return R( reinterpret_cast< FunctionType* >( const_cast<void*>(mFn) )( mThis, args... ) );
1141 }
1142
1143};
1144

Callers 13

jquery.jsFile · 0.45
wFunction · 0.45
jFunction · 0.45
WFunction · 0.45
eFunction · 0.45
aFunction · 0.45
_Function · 0.45
DeFunction · 0.45
IeFunction · 0.45
ptFunction · 0.45
dtFunction · 0.45
kFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected