-
Notifications
You must be signed in to change notification settings - Fork 2
CCEffectEntries
SilicDev edited this page Feb 21, 2024
·
1 revision
Inherits: Resource < RefCounted < Object
A collection of Crowd Control effects
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.
| type | name | default |
|---|---|---|
| Array[CCEffect] | effects | [] |
| type | signature |
|---|---|
| String | get_manifest() const
|
Array[CCEffect] effects [default: []]
: The effects stored in this collection.
String get_manifest() const
: Returns the JSON manifest of the effect collection.
©SilicDev, 2023-2024
CCEffect
CCEffectInstance