Osiris/API/ItemSetUseRemotely

From Divinity Engine Wiki
Revision as of 12:10, 28 August 2018 by Kevin (talk | contribs) (Created page with "===== Full Definition(s) ===== * call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_item''', ''(INTEGER)'''''_bool''') ===== Description ===== Sets or clears UseRemotely flag on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call ItemSetUseRemotely((ITEMGUID)_item, (INTEGER)_bool)
Description

Sets or clears UseRemotely flag on an item.

Notes
  • This flag can be set through the sidebar in the Editor.
  • It allows an item to be used from distance, without the need for character to walk close.
  • Aimed for puzzles mainly.