Skip to content

Commit

Permalink
Use copyall instead of nesting pos2xyz and xyz2pos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumber64 committed Dec 18, 2021
1 parent e813301 commit bc042bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Lua API.rst
Expand Up @@ -1012,7 +1012,7 @@ Fortress mode

{x = 5, y = 7, z = 11}
getSelectedUnit().pos
xyz2pos(pos2xyz(df.global.cursor))
copyall(df.global.cursor)

Returns false if unsuccessful.

Expand Down

0 comments on commit bc042bc

Please sign in to comment.