MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / IsRunning

Method IsRunning

Source/URLab/Private/MuJoCo/Core/MjPhysicsEngine.cpp:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564bool UMjPhysicsEngine::IsRunning() const
565{
566 return IsInitialized() && !bIsPaused;
567}
568
569bool UMjPhysicsEngine::IsInitialized() const
570{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected