Skip to main content

Module analytics

Module analytics 

Source
Expand description

Opt-in analytics and telemetry.

Records gameplay events, performance stats, and session data. All data is opt-in, aggregated, and contains no PII. Players can view their own data or export it to CSV.

Structs§

Analytics
Opt-in analytics system. Call record() to log events. tick() batches them and uploads when enough accumulate or on flush.
SessionStats
Rolling statistics for the current session.

Enums§

AnalyticsEvent