| 768 | //----------------------------------------------------------------------------- |
| 769 | |
| 770 | static void scopeCallback( SceneObject* obj, void* conPtr ) |
| 771 | { |
| 772 | NetConnection* ptr = reinterpret_cast< NetConnection* >( conPtr ); |
| 773 | if( obj->isScopeable() ) |
| 774 | ptr->objectInScope(obj); |
| 775 | } |
| 776 | |
| 777 | void SceneObject::onCameraScopeQuery( NetConnection* connection, CameraScopeQuery* query ) |
| 778 | { |
nothing calls this directly
no test coverage detected