Difference between revisions of "GetWeaponAnimType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 33: Line 33:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions (GECK 1.0)]]

Revision as of 12:00, 12 August 2009

Description

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

Syntax

[ActorREF.]GetWeaponAnimType

Examples

if BuddyRef.GetWeaponAnimType == 4

Notes

  • Function was created for the VATS camera conditions
  • Return values:
    • 0 = AGW_NONE
    • 1 = AGW_HAND_TO_HAND
    • 2 = AGW_ONE_HAND_MELEE
    • 3 = AGW_TWO_HAND_MELEE
    • 4 = AGW_ONE_HAND_PISTOL
    • 5 = AGW_TWO_HAND_RIFLE
    • 6 = AGW_TWO_HAND_AUTOMATIC
    • 7 = AGW_TWO_HAND_HANDLE
    • 8 = AGW_TWO_HAND_LAUNCHER
    • 9 = AGW_ONE_HAND_GRENADE
    • 10 = AGW_ONE_HAND_MINE

See Also

Reference

None provided.