GTAG - Modding - Opcode Database - 0605
Opcode Database
0605
Description | Makes the character perform an animation. Similar Opcodes: 0812 - Anim can not be interrupted. 0A1A - Anim can be performed while walking. |
---|---|
Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Animation name (String) (STRING) 3) Animation file (String) (INT) 4) Float (FLOAT) 5) Boolean (1 or 0) (INT) 6) Boolean (1 or 0) (INT) 7) Boolean (1 or 0) (INT) 8) Boolean (1 or 0) (INT) 9) Time in ms (Integer) (INT) |
Games | |
Category | Actor, Animation, Common, Task |
Command Name (IV) | TASK_PLAY_ANIM |
San Andreas | |
sascm.ini | 0605=9,task_play_anim %1h% anim %2h% ifp %3h% framedelta %4d% loop %5h% lockX %6h% lockY %7h% lockF %8h% time %9h% |
Example | 0605: task_play_anim -1 anim "M_SMKLEAN_LOOP" ifp "LOWRIDER" framedelta 4.0 loop 1 lockX 0 lockY 0 lockF 0 time -1 |
Command Name | TASK_PLAY_ANIM |