Osiris/API/ItemMoveToTrigger: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented ItemMoveToTrigger)
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
* [[Osiris/API/CharacterMoveToPosition|CharacterMoveToPosition]]
* [[Osiris/API/CharacterMoveToPosition|CharacterMoveToPosition]]
* [[Osiris/API/ItemDragToPosition|ItemDragToPosition]]
* [[Osiris/API/ItemDragToPosition|ItemDragToPosition]]
* [[Osiris/API/ItemDragToTrigger|ItemDragToTrigger]]
* [[Osiris/API/ItemMoved|ItemMoved]]
* [[Osiris/API/ItemMoveToPosition|ItemMoveToPosition]]
* [[Osiris/API/ItemMoveToPosition|ItemMoveToPosition]]
* [[Osiris/API/ItemScatterAt|ItemScatterAt]]
* [[Osiris/API/ItemScatterAt|ItemScatterAt]]
* [[Osiris/API/ItemTemplateMoved|ItemTemplateMoved]]
* [[Osiris/API/ItemToTransform|ItemToTransform]]
* [[Osiris/API/ItemToTransform|ItemToTransform]]
* [[Osiris/API/TeleportTo|TeleportTo]]
* [[Osiris/API/TeleportTo|TeleportTo]]

Latest revision as of 20:43, 1 July 2018

Full Definition(s)
  • call ItemMoveToTrigger((ITEMGUID)_Item, (TRIGGERGUID)_Trigger, (REAL)_Speed, (REAL)_Acceleration, (INTEGER)_UseRotation, (STRING)_Event, (INTEGER)_DoHits)
Description

Performs the same operation as ItemMoveToPosition, by taking the position of _Trigger at the time this call is made, and moving the item to that position. Additionally, if _UseRotation is 1 then during its trajectory the item will gradually rotate to the rotation of _Trigger.

Notes
See Also