Skip to content

Clear Key Cache

Entity Action Type

Clears the key sequence cache of a power that uses the Action on Key Sequence (Power Type).

Type ID: eggolib:clear_key_cache

Danger

This entity action type has been deprecated and will be removed in a future version. Please use Modify Key Sequence (Entity Action Type) instead.

Fields

Field Type Default Description
power Identifier The namespace and ID of the power to clear the key sequence cache of.

Examples

"entity_action": {
    "type": "eggolib:clear_key_cache",
    "power": "example:power"
}

This example will clear the key sequence cache of the example:power (data/example/powers/power.json) power.