Skip to content

CCEffectEntries

SilicDev edited this page Feb 21, 2024 · 1 revision

CCEffectEntries

Class: CCEffectEntries

Inherits: Resource < RefCounted < Object

A collection of Crowd Control effects

Description

CCEffectEntries are the main way to register effects with the CrowdControl singleton. At the beginning of a session, the resource specified in the "crowd_control/common/effects" project settings is loaded.

Properties

type name default
Array[CCEffect] effects []

Methods

type signature
String get_manifest() const

Property Descriptions

Array[CCEffect] effects [default: []] : The effects stored in this collection.

Method Descriptions

String get_manifest() const : Returns the JSON manifest of the effect collection.

Clone this wiki locally