SetElementMatrix
Jump to navigation
Jump to search
![]() |
Script Example Missing Function SetElementMatrix needs a script example, help out by writing one. |
Before submitting check out Editing Guidelines Script Examples. |
This function sets matrix to element.
Syntax
bool setElementMatrix ( element theElement, table theMatrix )
OOP Syntax Help! I don't understand this!
- Method: element:setMatrix(...)
- Variable: .matrix
- Counterpart: getElementMatrix
Required Arguments
- theElement: The element which you set matrix
- theMatrix: The matrix.
Returns
Returns true if the matrix was set succesfully, false otherwise.
Example
TODO
--TODO
Requirements
Minimum server version | 1.3.0-9.04491 |
---|---|
Minimum client version | 1.3.0-9.04485 |
Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version server="1.3.0-9.04491" client="1.3.0-9.04485" />
See Also
- attachElements
- createElement
- destroyElement
- detachElements
- getAttachedElements
- getElementAlpha
- getElementAngularVelocity
- getElementAttachedOffsets
- getElementAttachedTo
- getElementBoneMatrix
- getElementBonePosition
- getElementBoneRotation
- getElementBoundingBox
- getElementByID
- getElementChild
- getElementChildren
- getElementChildrenCount
- getElementCollisionsEnabled
- getElementColShape
- getElementData
- getElementDimension
- getElementDistanceFromCentreOfMassToBaseOfModel
- getElementHealth
- getElementID
- getElementInterior
- getElementLighting
- getElementMatrix
- getElementModel
- getElementParent
- getElementPosition
- getElementRadius
- getElementRotation
- getElementsByType
- getElementsWithinColShape
- getElementsWithinRange
- getElementType
- getElementVelocity
- getLowLODElement
- getRootElement
- isElement
- isElementAttached
- isElementCallPropagationEnabled
- isElementCollidableWith
- isElementDoubleSided
- isElementFrozen
- isElementInWater
- isElementLocal
- isElementLowLOD
- isElementOnScreen
- isElementStreamable
- isElementStreamedIn
- isElementSyncer
- isElementWaitingForGroundToLoad
- isElementWithinColShape
- setElementAlpha
- setElementAngularVelocity
- setElementAttachedOffsets
- setElementBoneMatrix
- setElementBonePosition
- setElementBoneRotation
- setElementCallPropagationEnabled
- setElementCollidableWith
- setElementCollisionsEnabled
- setElementData
- setElementDimension
- setElementDoubleSided
- setElementFrozen
- setElementHealth
- setElementID
- setElementInterior
- setElementMatrix
- setElementModel
- setElementParent
- setElementPosition
- setElementRotation
- setElementStreamable
- setElementVelocity
- setLowLODElement
- updateElementRpHAnim