List of Opcodes: Difference between revisions
→0x13c - supervision_StationCommon: Added description for supervision_Station (assistance from Sergey) Tags: Mobile edit Mobile web edit |
→0x110 - Slide2Position: Added description for Slide2Position (assistance from Sergey) Tags: Mobile edit Mobile web edit |
||
| Line 4,916: | Line 4,916: | ||
|} | |} | ||
=== 0x110 - Slide2Position === | === 0x110 - Slide2Position === | ||
Moves an entity (i.e., an actor, object, or performer) to a specific pixel position without animation. Must be used in a with-statement or a targeted routine. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 4,929: | Line 4,929: | ||
|uint | |uint | ||
|unk0 | |unk0 | ||
| | |Movement speed. Higher values result in a faster speed. 0 will result in an instant movement.Values starting at 32770 and above will be slower than a value of 1. | ||
|- | |- | ||
|2 | |2 | ||
|uint | |uint | ||
|x | |x | ||
| | |The pixel position on the X-axis. | ||
|- | |- | ||
|3 | |3 | ||
|uint | |uint | ||
|y | |y | ||
| | |The pixel position on the Y-axis. | ||
|} | |} | ||
=== 0x111 - Slide2PositionLives === | === 0x111 - Slide2PositionLives === | ||
<TO DO: Opcode description> | <TO DO: Opcode description> | ||