Difference between revisions of "Osiris/API/ItemMoveToTrigger"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 11: Line 11:
 
* [[Osiris/API/ItemDragToPosition|ItemDragToPosition]]
 
* [[Osiris/API/ItemDragToPosition|ItemDragToPosition]]
 
* [[Osiris/API/ItemMoved|ItemMoved]]
 
* [[Osiris/API/ItemMoved|ItemMoved]]
* [[Osiris/API/ItemTemplateMoved|ItemTemplateMoved]]
 
 
* [[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]]

Revision as of 16:25, 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