| 120 | |
| 121 | template<typename T> |
| 122 | static ScriptingObject* FromInterface(T* interfaceObj) |
| 123 | { |
| 124 | return FromInterface(interfaceObj, T::TypeInitializer); |
| 125 | } |
| 126 | |
| 127 | static void* ToInterface(ScriptingObject* obj, const ScriptingTypeHandle& interfaceType); |
| 128 |
no outgoing calls
no test coverage detected