GTAG - Modding - Opcode Database - 075A
Opcode Database
075A
| Description | Plays an object animation. Can also be used as a condition. If the animation is playing, it will return true. Otherwise, it will return false. |
|---|---|
| Parameters (v2) | 1) Object 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) |
| Games | |
| Category | Animation, Object |
| Command Name (IV) | PLAY_OBJECT_ANIM |
| San Andreas | |
| sascm.ini | 075A=6,play_object_anim %1d% anim %2h% ifp %3h% framedelta %4d% lockF %5h% loop %6h% |
| Example | 075A: play_object_anim 359@ anim "POOL_XLONG_SHOT_O" ifp "POOL" framedelta 10000.0 lockF 0 loop 1 |
| Command Name | PLAY_OBJECT_ANIM |

