GTAG - Modding - Opcode Database - 088A
Opcode Database
088A
Description | Makes the actor perform an animation. disable_force Prevents the animation from stopping any other actions applied on the actor. disable_lockZ Prevents the animation from having a lasting effect on the actors Z Position. |
---|---|
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) 10) Boolean (1 or 0) (INT) 11) Boolean (1 or 0) (INT) |
Games | |
Category | Actor, Animation, AS Pack, Common |
Command Name (IV) | TASK_PLAY_ANIM_WITH_ADVANCED_FLAGS |
San Andreas | |
sascm.ini | 088A=11,task_play_anim_with_flags %1d% anim %2h% ifp %3h% framedelta %4d% loop %5h% lockX %6h% lockY %7h% lockF %8h% time %9h% disable_force %10h% disable_lockZ %11h% |
Example | 088A: task_play_anim_with_flags 34@ anim "RAIL_FALL" ifp "SWAT" framedelta 8.0 loop 0 lockX 0 lockY 0 lockF 1 time -1 disable_force 0 disable_lockZ 1 |
Command Name | TASK_PLAY_ANIM_WITH_FLAGS |