| 237 | } |
| 238 | |
| 239 | NodeDataModel::ConnectionPolicy BehaviorTreeDataModel::portOutConnectionPolicy(QtNodes::PortIndex) const |
| 240 | { |
| 241 | return ( nodeType() == NodeType::DECORATOR ) ? ConnectionPolicy::One : ConnectionPolicy::Many; |
| 242 | } |
| 243 | |
| 244 | void BehaviorTreeDataModel::updateNodeSize() |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected