Difference between revisions of "PlayMusicMessage"

From SWGANH Wiki
Jump to: navigation, search
(Struct)
(Struct)
Line 15: Line 15:
 
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''SoundFile String'''
 
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''SoundFile String'''
 
|-
 
|-
|align="center" style="background:#3C4565; color:white;"|'''INT'''||'''<font color=red>00</font>'''
+
|align="center" style="background:#3C4565; color:white;"|'''INT'''||'''00'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>00</font>'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''00'''
 
|-
 
|-
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''<font color=red>00/01</font>'''
+
|align="center" style="background:#B3C0DE; color:white;"|'''BYTE'''||'''00/01'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''<font color=red>00</font>'''
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''00'''
 
|-
 
|-
 
|}
 
|}

Revision as of 13:10, 13 March 2007


Struct


SHORT Operand_Count
INT Opcode
A_STRING SoundFile String
INT 00
INT 00
BYTE 00/01
INT 00

Variable Descriptions


Opperand_Count = 5

Opcode = 04270D8A


  • Sound String:
string of location to .snd file to play example: sound/music_mission_complete.snd

Tags


S→C This packet originates on the server.

50% This packet has been partially reversed.


Sample Code

Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...