Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0AB9

Opcode Database

0AB9

DescriptionThis opcode stores to a variable a state of a MP3 file.

Parameters:
1 = handle of a loaded mp3-file (opcode 0AAC)
2 = variable to store mp3 file state:
1 = file is playing
2 = file paused
-1 = file is stopped
Parameters (v2)1) Handle (Integer) (INT)
2) (Returned) Integer (INT)
Gamessa
CategoryCLEO 3
San Andreas
sascm.ini0AB9=2,get_audio_stream_state %1d% store_to %2d%
Example0AB9: get_audio_stream_state 0@ store_to 7@
Command NameGET_AUDIO_STREAM_STATE

<< 0AB8

0ABA >>