GetWeaponAnimType

From the CreationKit Wiki
Revision as of 12:54, 30 July 2024 by Freyr95 (talk | contribs) (→‎Notes: adding the weapon numerical code for Crossbows)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

GetWeaponAnimType Returns actor's current weapon animation type. See notes for return values.

Syntax

[ActorREF.]GetWeaponAnimType

Examples

Notes

Return values:

  • 0 - WEAPON_HAND_TO_HAND,
  • 1 - WEAPON_ONE_HAND_SWORD,
  • 2 - WEAPON_ONE_HAND_DAGGER,
  • 3 - WEAPON_ONE_HAND_AXE,
  • 4 - WEAPON_ONE_HAND_MACE,
  • 5 - WEAPON_TWO_HAND_SWORD,
  • 6 - WEAPON_TWO_HAND_AXE (includes warhammer)
  • 7 - WEAPON_BOW,
  • 8 - WEAPON_STAFF,
  • 12 - WEAPON_CROSSBOW

See Also

Reference

None provided.