# Animation Notifies

- [Damaging & Combo's](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos.md)
- [Register Attack Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/register-attack-notify.md): ANS\_RegisterAttack
- [Weapon Trace Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/weapon-trace-notify.md): ANS\_WeaponTrace
- [AI Weapon Trace Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/weapon-trace-notify/ai-weapon-trace-notify.md): ANS\_AI\_WeaponTrace
- [Fist Trace Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/fist-trace-notify.md): ANS\_FistTrace
- [AI Fist Trace Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/fist-trace-notify/ai-fist-trace-notify.md): ANS\_AI\_FistTrace
- [Area of Effect Damage Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/area-of-effect-damage-notify.md): AN\_AoeDamage
- [Spawn Projectile Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/spawn-projectile-notify.md): AN\_SpawnProjectile
- [AI Spawn Projectile Notify](https://soulslike-framework.isik.vip/animation-notifies/damaging-and-combos/spawn-projectile-notify/ai-spawn-projectile-notify.md): AN\_AI\_SpawnProjectile
- [Defensive](https://soulslike-framework.isik.vip/animation-notifies/defensive.md)
- [Try Guard Notify](https://soulslike-framework.isik.vip/animation-notifies/defensive/try-guard-notify.md): AN\_TryGuard
- [Hyper Armor Notify](https://soulslike-framework.isik.vip/animation-notifies/defensive/hyper-armor-notify.md): ANS\_HyperArmor
- [Invincibility Frame Notify](https://soulslike-framework.isik.vip/animation-notifies/defensive/invincibility-frame-notify.md): ANS\_InvincibilityFrame
- [Feedback](https://soulslike-framework.isik.vip/animation-notifies/feedback.md)
- [Weapon Trail Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/weapon-trail-notify.md): ANS\_Trail
- [AI Weapon Trail Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/weapon-trail-notify/ai-weapon-trail-notify.md): ANS\_AI\_Trail
- [Camera Shake Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/camera-shake-notify.md): AN\_CameraShake
- [World Camera Shake Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/camera-shake-notify/world-camera-shake-notify.md): AN\_CameraShake
- [Launch Field Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/launch-field-notify.md): AN\_LaunchField
- [Chaos Field Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/chaos-field-notify.md): ANS\_ToggleChaosField
- [Footstep Notify](https://soulslike-framework.isik.vip/animation-notifies/feedback/footstep-notify.md): AN\_FootstepTrace
- [Miscellaneous](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous.md)
- [Input Buffer Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/input-buffer-notify.md): ANS\_InputBuffer
- [Interrupt Montage Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/interrupt-montage-notify.md): AN\_InterruptMontage
- [Camera Sequence Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/camera-sequence-notify.md): AN\_PlayCameraSequence
- [Set Movement Mode Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/set-movement-mode-notify.md): AN\_SetMovementMode
- [AI State Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/ai-state-notify.md): AN\_SetAiState
- [AI Rotate Towards Target Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/ai-rotate-towards-target-notify.md): ANS\_AI\_RotateTowardsTarget
- [Adjust Stat Notify](https://soulslike-framework.isik.vip/animation-notifies/miscellaneous/adjust-stat-notify.md): AN\_AdjustStat


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://soulslike-framework.isik.vip/animation-notifies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
