Position Action

From Pummel Party Mod Documentation
Revision as of 02:31, 16 December 2022 by RBAdmin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The Position action. This example will move an item 10 units to its right.

An action to modify the position of a gameobject.

The action can set the position to a given vector, or add, subtract, multiply or divide the position vector's values by another vector. Multiplication and division are performed component-wise, with the current position X, Y and Z values each being multiplied/ divided by the provided vector.

Local vs World space changes which position is being edited by the action. Local is in reference to the object's parent, while World is relative to the world's origin.