Description
Instantly moves a deployable to a specified world position without destroying and replacing it. The deployable retains its current health, state, and remaining lifetime. Useful for repositioning mechanics, deployable-tethering systems, or teleportation-based game modes.
Snippet
Teleport Deployable(Last Created Deployable, Vector(0, 0, 0));
Properties
Returns: Void
Parameters: Deployable, Position
Deployable
Type: Deployable, Default: Null
The deployable to move.Position
Type: Vector, Default: Vector(0, 0, 0)
The world position to move the deployable to.