GetElementPosition: Difference between revisions
Jump to navigation
Jump to search
(pretty sure that example wouldnt even work) |
Lars-marcel (talk | contribs) No edit summary |
||
Line 37: | Line 37: | ||
==See Also== | ==See Also== | ||
{{Element functions}} | {{Element functions}} | ||
[[de:GetElementPosition]] |
Revision as of 12:14, 24 August 2012
The getElementPosition function allows you to retrieve the position coordinates of an element. This can be any real world element, including:
Syntax
float, float, float getElementPosition ( element theElement )
Required Arguments
- theElement: The element which you'd like to retrieve the location of
Returns
Returns three floats indicating the position of the element, x, y and z respectively.
Example
This example attaches a samsite on the player's vehicle.
-- create the elegy; myElegy = createVehicle ( 562, 1591.596680, -2495.323242, 18.098244 ) -- get the vehicle's position; local x,y,z = getElementPosition( myElegy ) -- create the samsite; samsite = createObject ( 3267, x, y, z + 3 ) -- attach the samsite to the elegy; attachElementToElement ( samsite, myElegy, 0, 0, 0 )
See Also
- attachElements
- createElement
- destroyElement
- detachElements
- getAttachedElements
- getElementAlpha
- getElementAttachedOffsets
- getElementAttachedTo
- getElementByIndex
- getElementByID
- getElementChild
- getElementChildren
- getElementChildrenCount
- getElementCollisionsEnabled
- getElementColShape
- getElementData
- getAllElementData
- hasElementData
- getElementDimension
- getElementHealth
- getElementID
- getElementInterior
- getElementMatrix
- getElementModel
- getElementParent
- getElementPosition
- getElementRotation
- getElementsByType
- getElementsWithinColShape
- getElementsWithinRange
- getElementType
- getElementVelocity
- getLowLODElement
- getRootElement
- isElement
- isElementAttached
- isElementCallPropagationEnabled
- isElementDoubleSided
- isElementFrozen
- isElementInWater
- isElementLowLOD
- isElementWithinColShape
- isElementWithinMarker
- setElementAlpha
- setElementAngularVelocity
- getElementAngularVelocity
- setElementAttachedOffsets
- setElementCallPropagationEnabled
- setElementCollisionsEnabled
- setElementData
- setElementDimension
- setElementDoubleSided
- setElementFrozen
- setElementHealth
- setElementID
- setElementInterior
- setElementModel
- setElementParent
- setElementPosition
- setElementRotation
- setElementVelocity
- setLowLODElement
- getPedContactElement
- getResourceDynamicElementRoot
- getResourceRootElement