MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / set_device_paused

Function set_device_paused

ogsr_engine/xrGame/script_render_device_script.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14bool is_device_paused(CRenderDevice* d) { return !!Device.Paused(); }
15
16void set_device_paused(CRenderDevice* d, bool b) { Device.Pause(b, TRUE, FALSE, "set_device_paused_script"); }
17
18extern ENGINE_API BOOL g_appLoaded;
19bool is_app_ready() { return !!g_appLoaded; }

Callers

nothing calls this directly

Calls 1

PauseMethod · 0.45

Tested by

no test coverage detected