Difference between revisions of "Osiris/API/ItemSetUseRemotely"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_item''', ''(INTEGER)'''''_bool''') ===== Description ===== Sets or clears UseRemotely flag on...")
 
m
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_item''', ''(INTEGER)'''''_bool''')
+
* call '''ItemSetUseRemotely'''(''(ITEMGUID)'''''_Item''', ''(INTEGER)'''''_Bool''')
 
===== Description =====
 
===== Description =====
Sets or clears UseRemotely flag on an item.
+
Sets or clears '''UseRemotely''' flag on '''_Item'''.
 
===== Notes =====
 
===== Notes =====
 
* This flag can be set through the sidebar in the Editor.  
 
* 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.  
+
* It allows an item to be used from afar, without the need for thee character to come close first.
* Aimed for puzzles mainly.
+
* Mainly intended for puzzles (Lucian's crypt, anyone?)
 +
=== See Also ===
 +
* [[Osiris/API/ItemGetUseRemotely|ItemGetUseRemotely]]
  
 
[[Category:Osiris Calls|ItemSetUseRemotely]]
 
[[Category:Osiris Calls|ItemSetUseRemotely]]
 
[[Category:Osiris Calls (Added in DOS2DE)|ItemSetUseRemotely]]
 
[[Category:Osiris Calls (Added in DOS2DE)|ItemSetUseRemotely]]

Revision as of 22:14, 13 September 2018

Full Definition(s)
  • call ItemSetUseRemotely((ITEMGUID)_Item, (INTEGER)_Bool)
Description

Sets or clears UseRemotely flag on _Item.

Notes
  • This flag can be set through the sidebar in the Editor.
  • It allows an item to be used from afar, without the need for thee character to come close first.
  • Mainly intended for puzzles (Lucian's crypt, anyone?)

See Also