Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
896
void Device::pause()
897
{
898
_paused = 1;
899
}
900
901
void Device::unpause()
902
{
Callers
8
device_command_pause
Function · 0.45
device_command_game
Function · 0.45
loader
Function · 0.45
do_file
Method · 0.45
require
Method · 0.45
execute
Method · 0.45
execute_string
Method · 0.45
call_global
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected