MCPcopy 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
135static int GetUID()
136{
137 static int uid = 1000;
138 return uid++;
139}
140
141Q_DECLARE_METATYPE(AbsBehaviorTree);
142

Callers 1

BehaviorTreeDataModelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected