Just Cause 2: Multiplayer
Website
Home
/
Lua
/
Shared
/
Transform2
/
Functions
/
Translate
Returns
Transform2
Prototype
Transform2:Translate(
Vector2
)
Description
Translates the transform by the given vector.
Additional Notes
This operation
does not
yield a new transform object, the returned object and the subject are the same.
See Also
Wikipedia article on translation