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

Function take_screenshot

ogsr_engine/COMMON_AI/script_engine_script.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void take_screenshot(IRender_interface::ScreenshotMode mode, LPCSTR name) { ::Render->Screenshot(mode, name); }
78
79bool GetShift() { return !!pInput->iGetAsyncKeyState(DIK_LSHIFT) || !!pInput->iGetAsyncKeyState(DIK_RSHIFT); }
80bool GetLAlt() { return !!pInput->iGetAsyncKeyState(DIK_LMENU); }

Callers

nothing calls this directly

Calls 1

ScreenshotMethod · 0.45

Tested by

no test coverage detected