GTAG - Modding - Opcode Database - 0812
Opcode Database
0812
Description | Makes the character perform an animation. With this version, the animation can not be interrupted and will play all the way through. It is often used while the character is in turret mode. Similar Opcodes 0605 088A 0A1A |
---|---|
Parameters (v2) | 1) Actor handle (Integer) (INT) 2) Animation name (String) (STRING) 3) Animation file (String) (STRING) 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, AS Pack |
Command Name (IV) | TASK_PLAY_ANIM_NON_INTERRUPTABLE |
San Andreas | |
sascm.ini | 0812=9,task_play_anim_non_interruptable %1d% anim %2h% ifp %3h% framedelta %4d% loop %5h% lockX %6h% lockY %7h% lockF %8h% time %9h% |
Example | 0812: task_play_anim_non_interruptable -1 anim "LRGIRL_IDLELOOP" ifp "LOWRIDER" framedelta 4.0 loop 0 lockX 0 lockY 0 lockF 0 time -1 |
Command Name | TASK_PLAY_ANIM_NON_INTERRUPTABLE |