MCPcopy Create free account
hub / github.com/crownengine/crown / pause

Method pause

src/device/device.cpp:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896void Device::pause()
897{
898 _paused = 1;
899}
900
901void Device::unpause()
902{

Callers 8

device_command_pauseFunction · 0.45
device_command_gameFunction · 0.45
loaderFunction · 0.45
do_fileMethod · 0.45
requireMethod · 0.45
executeMethod · 0.45
execute_stringMethod · 0.45
call_globalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected