2.2.4.17.25 Animation_Stop
The Animation_Stop message stops the animation that is playing. When the animation is not playing, time is not passed to the individual sequences and therefore their progress does not change. The sequences can be safely modified during this time.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
_size |
|||||||||||||||||||||||||||||||
|
_msgid |
|||||||||||||||||||||||||||||||
|
_idObjectSubject |
|||||||||||||||||||||||||||||||
|
cmd |
|||||||||||||||||||||||||||||||
_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.
_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000018 for this message.
_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.
cmd (4 bytes): A signed 32-bit integer. A post-stop processing command.
-
Possible values are described in the following table.
-
Value
Description
0x00000000
Do not move the position.
0x00000001
Reset the position to the beginning.
0x00000002
Advance the position to the end.