List of Opcodes: Difference between revisions
→0x110 - Slide2Position: renamed unk0 to speed Tags: Mobile edit Mobile web edit |
→0x111 - Slide2PositionLives: Added description for Slide2PositionLives (assistance from Sergey) Tags: Mobile edit Mobile web edit |
||
| Line 4,943: | Line 4,943: | ||
=== 0x111 - Slide2PositionLives === | === 0x111 - Slide2PositionLives === | ||
Moves an entity (i.e., an actor, object, or performer) to an actor without animation. Must be used in a with-statement or a targeted routine. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 4,955: | Line 4,955: | ||
|1 | |1 | ||
|uint | |uint | ||
| | |speed | ||
| | |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 | ||
| | |actor_id | ||
| | |The ID of the actor to move the entity to. | ||
|} | |} | ||
=== 0x112 - Slide2PositionMark === | === 0x112 - Slide2PositionMark === | ||
<TO DO: Opcode description> | <TO DO: Opcode description> | ||