Difference between revisions of "GetAnimAction"

Jump to navigation Jump to search
47 bytes removed ,  06:14, 16 January 2009
using function template
imported>Quetzilla
m
imported>Qazaaq
(using function template)
Line 1: Line 1:
=='''Description'''==
{{Function
| origin        = GECK1
| summary      = '''GetAnimAction''' is a script function and condition to see what special animation action an actor is currently doing.
| name          = GetAnimAction
| returnVal    = actionIndex
| returnType    = int
| referenceType = Actor
| example      = if BuddyRef.GetAnimAction == 8
Determines if Buddy is performing the reload animation.
| CategoryList  = [[Category:Functions]] [[Category:Condition Functions]] [[Category:Object Functions]] [[Category:Animation Functions]]
}}


'''GetAnimAction ''' is a script function and condition to see what special animation action an actor is currently doing.
==Notes==
 
=='''Syntax'''==
 
[''ActorREF''.]GetAnimAction 
 
=='''Examples'''==
 
if BuddyRef.GetAnimAction == 8
Determines if Buddy is performing reload animation.
 
=='''Notes'''==
*Return Values:
*Return Values:
**-1 - none
**-1 - none
Line 29: Line 28:
**12 - ANIM_ACTION_WAIT_FOR_SPECIAL_IDLE
**12 - ANIM_ACTION_WAIT_FOR_SPECIAL_IDLE
**13 - ANIM_ACTION_FORCE_SCRIPT_ANIM
**13 - ANIM_ACTION_FORCE_SCRIPT_ANIM
=='''See Also'''==
=='''Reference'''==
None provided.
<!-- [[GetAnimAction _Reference|List of functions that use GetAnimAction ]]  (wiki) -->
[[Category:Functions]]
[[Category:Condition Functions]]
[[Category: Object Functions]]
[[Category:Animation Functions]]
Anonymous user

Navigation menu