Script:move: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Created page with "{{Stub}} This page describes the <code>move</code> script command. Usage: move <x> <y> <z> Parameters: {| class="wikitable sortable" ! Parameter ! Type ! Description |- |...")
 
mNo edit summary
Line 25: Line 25:
| Value to add to the entity's z position
| Value to add to the entity's z position
|}
|}
This command has no effect on the player entity as the position is overwritten each frame.


[[Category:Script commands]]
[[Category:Script commands]]

Revision as of 06:39, 18 January 2018

This article is a stub - you can help by expanding it. See the Wiki FAQ.

This page describes the move script command.

Usage:

move <x> <y> <z>

Parameters:

Parameter Type Description
<x> Template:Real Value to add to the entity's x position
<y> Template:Real Value to add to the entity's y position
<z> Template:Real Value to add to the entity's z position

This command has no effect on the player entity as the position is overwritten each frame.