Active Listeners (Expression) — skLambda

Addon: skLambda · Category: Expression · Since: 1.1.0

Syntax

[all] active listeners

Description

The listeners currently registered on the server, in creation order, the same set `/sklambda listeners` shows. - `[all] active listeners` is every active listener, across all scripts. - `listeners owned by %object%` is only those scoped to that owner (see the `owner:` entry on `listen`).

Examples

send "%size of all active listeners% listeners running" to console
loop listeners owned by player:
	unregister loop-value

View source