Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ GetUID
Function
GetUID
bt_editor/bt_editor_base.h:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
};
134
135
static int GetUID()
136
{
137
static int uid = 1000;
138
return uid++;
139
}
140
141
Q_DECLARE_METATYPE(AbsBehaviorTree);
142
Callers
1
BehaviorTreeDataModel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected