Skip to main content

Module implicit_targets

Module implicit_targets 

Source
Expand description

Canonical implicit-target selector semantics; DBC ImplicitTarget values index this table, not bit flags.

Structs§

ImplicitTargetSemantic
TrinityCore’s five-axis decomposition of one DBC Targets selector.

Enums§

ImplicitTargetCheck
Relationship/identity predicate applied to candidates.
ImplicitTargetDirection
Direction modifier carried by an implicit selector.
ImplicitTargetObject
Object produced or selected by an implicit-target selector.
ImplicitTargetReference
Coordinate or actor from which an implicit selector resolves.
ImplicitTargetSelection
Spatial selection algorithm used by an implicit selector.
ImplicitTargetSelector
Raw Targets selector identity when no implicit selector is present.

Constants§

IMPLICIT_TARGET_SEMANTICS
Complete selector table for TrinityCore Targets values 0 through 152.

Functions§

implicit_target_semantic
Typed selector lookup; unknown DBC values resolve to None.
target 🔒