|
|
@@ -162,6 +162,17 @@ clear() {
|
|
|
_current_colliding.clear();
|
|
|
}
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: CollisionHandlerEvent::flush
|
|
|
+// Access: Public
|
|
|
+// Description: Same as clear() except "out" events are thrown.
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+void CollisionHandlerEvent::
|
|
|
+flush() {
|
|
|
+ begin_group();
|
|
|
+ end_group();
|
|
|
+}
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: CollisionHandlerEvent::throw_event_for
|
|
|
// Access: Private
|