We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78525f5 + eefe11d commit 1626dccCopy full SHA for 1626dcc
functions/Element/examples/getElementPosition.lua
@@ -5,4 +5,4 @@ local x, y, z = getElementPosition(myElegy)
5
-- Create the samsite
6
local samsite = createObject(3267, x, y, z + 3)
7
-- Attach the samsite to the elegy
8
-attachElementToElement(samsite, myElegy, 0, 0, 0)
+attachElements(samsite, myElegy)
0 commit comments