For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client Events

This page will explain all client events from the SonoranCAD Core that can be used on the client side

Bodycam Record Toggle

This client event triggers a bodycam recording using a custom trigger name. This event requires the Body Camera submodule to be enabled.

TriggerEvent('SonoranCAD::bodycam::AutoRecordTrigger', triggerName)
Name
Type
Description

triggerName

string

A custom label describing what caused the recording to start.

Use this event from your own client-side scripts whenever you want to create a bodycam clip for a specific gameplay action.

Last updated

Was this helpful?