IsPointInside
1 if the point is within the final attack area, otherwise 0. Safe center holes are excluded. Retained after completion until Clear. Uses the selected telegraph, or the one finishing during On telegraph complete.
IsObjectInside
1 if the object origin (UID) is inside the final attack area, otherwise 0. Missing/non-world objects return 0. Uses the selected telegraph, or the one finishing during On telegraph complete.
IsPointInFill
1 if the point is within the currently shaded area, otherwise 0. Uses the selected telegraph, or the one finishing during On telegraph complete.
IsObjectInFill
1 if the object origin (UID) is within the currently shaded area, otherwise 0. Uses the selected telegraph, or the one finishing during On telegraph complete.
IsObjectOverlappingArea
1 if a Sprite's collision polygon overlaps or touches the final attack area, otherwise 0. Safe center holes are excluded. Unsupported targets or disabled collisions return 0. Uses the selected telegraph, or the one finishing during On telegraph complete.
IsObjectOverlappingFill
1 if a Sprite's collision polygon overlaps or touches the eased shaded fill, otherwise 0. Safe center holes are excluded. Unsupported targets or disabled collisions return 0. Uses the selected telegraph, or the one finishing during On telegraph complete.
IsPointInRing
1 if the point is in the area bounded by the currently grown outline, not only its stroke. Active safe holes are excluded. Uses the selected telegraph, or the one finishing during On telegraph complete.
CenterX
Frozen anchor X: circle/donut/pie/star center or box center/starting-edge midpoint; 0 before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
CenterY
Frozen anchor Y: circle/donut/pie/star center or box center/starting-edge midpoint; 0 before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
CenterZ
Captured total world Z, including the trigger layer's elevation; 0 before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
Angle
Current telegraph direction in degrees, following owner rotation plus any endpoint alignment offset; 0 before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
AngleOffset
Captured offset from the owner's live angle in degrees, or the configured offset before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
RadiusX
Final horizontal radius of the current/last telegraph, or the configured radius before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
RadiusY
Final vertical radius of the current/last telegraph, or the configured radius before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
HoleRadius
Circular safe-zone radius of the current/last telegraph, or the configured Hole radius before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
OuterRadius
Donut outside radius of the current/last telegraph, or the configured outer radius before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
MinAngle
Pie/wedge minimum angle relative to live facing, in degrees. Uses the selected telegraph, or the one finishing during On telegraph complete.
MaxAngle
Pie/wedge maximum angle relative to live facing, in degrees. Uses the selected telegraph, or the one finishing during On telegraph complete.
StarPoints
Number of outer tips on the current/last star, or the configured value before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
PointDepth
Star concave-point depth as a percentage for the current/last telegraph, or the configured value before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
BoxWidth
Full box width of the current/last telegraph, or the configured width before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
BoxLength
Full box length of the current/last telegraph, including endpoint-calculated length, or configured length before Start. Uses the selected telegraph, or the one finishing during On telegraph complete.
BoxAnchor
Box placement anchor of the current/last telegraph, or configured anchor before Start: start or center. Uses the selected telegraph, or the one finishing during On telegraph complete.
RingProgress
Eased outer ring scale from 0 to 1 (not elapsed time fraction). Uses the selected telegraph, or the one finishing during On telegraph complete.
FillProgress
Eased shaded fill scale from 0 to 1 (not elapsed time fraction). Uses the selected telegraph, or the one finishing during On telegraph complete.
Elapsed
Elapsed time since this telegraph was queued, including any start delay, using the owner's timescale. Uses the selected telegraph, or the one finishing during On telegraph complete.
DelayRemaining
Seconds remaining before a delayed telegraph begins growth; zero otherwise. Uses the selected telegraph, or the one finishing during On telegraph complete.
Duration
Total delay-plus-ring-plus-fill duration in seconds. Instant stages take zero seconds. Uses the selected telegraph, or the one finishing during On telegraph complete.
IncludeHole
1 when the current/last telegraph has a safe center hole (including every donut), otherwise 0. Uses the selected telegraph, or the one finishing during On telegraph complete.
InnerRadius
Deprecated compatibility alias for HoleRadius. Uses the selected telegraph, or the one finishing during On telegraph complete.
State
Current phase: idle, waiting, growing, filling, or complete. Uses the selected telegraph, or the one finishing during On telegraph complete.
Shape
Current/last shape, or configured shape before Start: circle, box, donut, pie, or star. Uses the selected telegraph, or the one finishing during On telegraph complete.
LastJSONError
Reason the last preset import failed. Empty after a successful import or load.
TelegraphID
Selected telegraph ID, or the one finishing during On telegraph complete; 0 if none. IDs are local to this behavior.
LastTelegraphID
ID most recently spawned by this behavior, even if later removed. 0 before any spawn. Save this after Start.
TelegraphCount
Number of retained telegraphs, including completed/hidden ones. Use Clear completed to release old geometry.
ActiveCount
Number of telegraphs still waiting, growing, or filling, independent of query selection.
TelegraphIDAt
Retained ID at zero-based index in spawn order; 0 for an invalid index. Iterate 0 through TelegraphCount-1 and Select telegraph. Do not remove entries during this indexed loop.