Returns true if box has one or more connections.
| 84 | /// Returns true if box has one or more connections. |
| 85 | /// </summary> |
| 86 | FORCE_INLINE bool HasConnection() const |
| 87 | { |
| 88 | return Connections.HasItems(); |
| 89 | } |
| 90 | }; |
| 91 | |
| 92 | /// <summary> |
no test coverage detected