GetWeaponAnimType
Revision as of 12:39, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
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.