Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 075A

Opcode Database

075A

DescriptionPlays 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)
Gamessa
CategoryAnimation, Object
Command Name (IV)PLAY_OBJECT_ANIM
San Andreas
sascm.ini075A=6,play_object_anim %1d% anim %2h% ifp %3h% framedelta %4d% lockF %5h% loop %6h%
Example075A: play_object_anim 359@ anim "POOL_XLONG_SHOT_O" ifp "POOL" framedelta 10000.0 lockF 0 loop 1
Command NamePLAY_OBJECT_ANIM

<< 0759

075B >>