MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SleepMS

Function SleepMS

sample_nodes/crossdoor_nodes.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5
6void SleepMS(int ms)
7{
8 std::this_thread::sleep_for(std::chrono::milliseconds(ms));
9}
10
11} // namespace
12

Callers 4

isDoorClosedMethod · 0.85
passThroughDoorMethod · 0.85
openDoorMethod · 0.85
pickLockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected