MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / portOutConnectionPolicy

Method portOutConnectionPolicy

bt_editor/models/BehaviorTreeNodeModel.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239NodeDataModel::ConnectionPolicy BehaviorTreeDataModel::portOutConnectionPolicy(QtNodes::PortIndex) const
240{
241 return ( nodeType() == NodeType::DECORATOR ) ? ConnectionPolicy::One : ConnectionPolicy::Many;
242}
243
244void BehaviorTreeDataModel::updateNodeSize()
245{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected