Skip to main content

14 docs tagged with "tracking"

View all tags

Damagetracker

Tracks cumulative damage dealt by an entity and triggers a callback when a specified damage threshold is reached.

Distancetracker

Tracks the distance an entity travels between update frames by recording its position and computing Euclidean displacement.

DpsTracker

Tracks damage per second (DPS) by monitoring health changes over a sliding time window.

Entitytracker

Manages a set of named entity references and tracks their lifecycle to prevent dangling references.

Gestalt

Spawns the Brightmare Gestalt boss entity with tailored combat, tracking, and sanity-based transparency behaviors.

Globalmapicon

Prefab file registering multiple global map icon entities and a factory function for creating tracked entity icons with owner-classified visibility.

GlobalTrackingIcon

Manages global tracking icons for an entity, visible to specific players and map revealers.

Hudindicatable

Marks an entity as eligible for HUD tracking by the HUD indicatable manager.

Lavaarenamobtracker

Tracks entities designated as mobs in the Lava Arena minigame, supporting querying by radius and tags.

Markable

Manages a pool of integer identifiers to track which entities have marked this instance, supporting mark/unmark operations with optional callbacks.

Targettracker

Tracks a single target entity and manages tracking duration, pausing, and automatic invalidation.

Ticoonbrain

AI brain that controls a leader-following quest-related mob (Ticoon) during tracking sequences, coordinating wander, follow, and quest completion behaviors.

Worldoverseer

Tracks player activity, equipment usage, crafting, and session metrics for analytics reporting in multiplayer games.