Changed: #1469 Adding sound triggers and camera animation messages

--HG--
branch : gsoc2012-fabien
hg/feature/gsoc2012-fabien
Fabien_HENON 12 years ago
parent f48f4d25aa
commit bda94764fa

@ -1162,4 +1162,16 @@
<leaf name="SET_TIMER"
description="server sets a new timer period" />
</branch>
<branch name="CAMERA_ANIMATION">
<leaf name="PLAY"
description="Tell the client an animation will start" />
<leaf name="FINISHED"
description="Tell the client the camera animation is finished" />
<leaf name="STEP"
description="Sends a camera animation instruction to the client. The first parameter is the name of the animation. Next parameters depends on the animation type" />
</branch>
<branch name="SOUND_TRIGGER">
<leaf name="PLAY"
description="Ask the client to play a sound at a given position or entity position. The parameters are the sound id and the position or the entity" />
</branch>
</client_messages_description>

Loading…
Cancel
Save