Progetto H — API Reference API & Scripting Documentation
Function Client Slow

SceneCapture:CaptureScene

Captures the scene. If deferred is true, performs deferred capture and records the frame; otherwise captures immediately and triggers Capture event

Syntax

Lua
my_scene_capture:CaptureScene(deferred = false)

Parameters

Name Type Default Description
deferred optional boolean false If true, performs deferred capture (will capture and trigger Capture event later)