| 662 | //----------------------------------------------------------------------------- |
| 663 | |
| 664 | static void scopeCallback( SceneObject* obj, void* conPtr ) |
| 665 | { |
| 666 | NetConnection* ptr = reinterpret_cast< NetConnection* >( conPtr ); |
| 667 | if( obj->isScopeable() ) |
| 668 | ptr->objectInScope(obj); |
| 669 | } |
| 670 | |
| 671 | void SceneObject::onCameraScopeQuery( NetConnection* connection, CameraScopeQuery* query ) |
| 672 | { |
nothing calls this directly
no test coverage detected