Difference between revisions of "TASK PLAY ANIM"
Jump to navigation
Jump to search
Magicdietz (talk | contribs) (New page: {{Native |np=9 |p1t=integer |p1d=CharHandle |p2t=string |p2d=AnimationID |p3t=string |p3d=AnimationSet, use REQUEST_ANIMS to load an AnimationSet |p4t=float |p4d=Unknown |p5t=boolean |p5d=...) |
Magicdietz (talk | contribs) |
||
Line 18: | Line 18: | ||
}} | }} | ||
− | + | Char will play an animation | |
'''Alice-Example: ''' TASK_PLAY_ANIM(CharHandle.a, "hello", "gestures@niko", f(8), 0, 0, 0, 0, -1) | '''Alice-Example: ''' TASK_PLAY_ANIM(CharHandle.a, "hello", "gestures@niko", f(8), 0, 0, 0, 0, -1) |
Revision as of 14:43, 12 March 2009
Number of parameters: 9 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | CharHandle |
2. | string | AnimationID |
3. | string | AnimationSet, use REQUEST_ANIMS to load an AnimationSet |
4. | float | Unknown |
5. | boolean | Loop the Animation |
6. | Unknown(boolean?) | |
7. | Unknown(boolean?) | |
8. | Unknown(boolean?) | |
9. | Unknown | |
Return value: | ||
Type | Description | |
None |
Char will play an animation
Alice-Example: TASK_PLAY_ANIM(CharHandle.a, "hello", "gestures@niko", f(8), 0, 0, 0, 0, -1)