CBA Settings

Summary
CBA Settings
Core
CBA Settings
OCAP_enabledTurns on or off most recording functionality.
OCAP_isDebugEnables increased logging of addon actions.
OCAP_administratorListAn array or server-visible variable referencing one that is a list of playerUIDs.

Core

Summary
CBA Settings
OCAP_enabledTurns on or off most recording functionality.
OCAP_isDebugEnables increased logging of addon actions.
OCAP_administratorListAn array or server-visible variable referencing one that is a list of playerUIDs.

CBA Settings

OCAP_enabled

Description

Turns on or off most recording functionality.  Will not reset anything from existing session, will just stop recording most new data.  Note: For record/pause switching, use the CBA events!  Default: true

Setting Name

Recording Enabled

Value Type

Boolean

OCAP_isDebug

Description

Enables increased logging of addon actions.  Default: false

Setting Name

Debug Mode

Value Type

Boolean

OCAP_administratorList

Description

An array or server-visible variable referencing one that is a list of playerUIDs.  Additional briefing diary or UI elements may be available for more accessible control over OCAP’s features.  Takes effect on player server connection.  Format: [] OR myAdminPUIDs | Default: []

Setting Name

Administrators

Value Type

Stringified Array

Example

"['76561198000000000', '76561198000000001']"
Close