GetAllEvent

Return all discovered events with their source resource.

Syntax

Susano.GetAllEvent() -> { { resource = "<string>", event = "<string>" }, ... }

Parameters

None

Return(s)

events (array of tables): Each entry { resource = string, event = string }.

Behavior

Order matches the internal capture order.

Entries are not deduplicated.

Strings are returned as-is (case preserved).

Example(s)

Last updated