Difference between revisions of "GetWeaponAnimType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Zumbs
(added 11 lunchbox mine as returntype)
imported>Henning
Line 9: Line 9:


  if BuddyRef.GetWeaponAnimType == 4
  if BuddyRef.GetWeaponAnimType == 4
[http://www.uk.bestessays.com/ custom essays]


=='''Notes'''==
=='''Notes'''==

Revision as of 03:14, 23 July 2010

Description

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

Syntax

[ActorREF.]GetWeaponAnimType

Examples

if BuddyRef.GetWeaponAnimType == 4

custom essays

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
    • 11 = AGW_ONE_HAND_LUNCHBOX_MINE

See Also

Reference

None provided.