Difference between revisions of "Osiris/API/ItemGetUseRemotely"

From Divinity Engine Wiki
Jump to: navigation, search
(Created page with "===== Full Definition(s) ===== * call '''ItemGetUseRemotely'''('''[in]'''''(ITEMGUID)'''''_item''', '''[out]'''''(INTEGER)'''''_bool''') ===== Description ===== Checks if item...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* call '''ItemGetUseRemotely'''('''[in]'''''(ITEMGUID)'''''_item''', '''[out]'''''(INTEGER)'''''_bool''')
+
* auery '''ItemGetUseRemotely'''('''''[in]'''(ITEMGUID)'''''_Item''', '''''[out]'''(INTEGER)'''''_Bool''')
 
===== Description =====
 
===== Description =====
Checks if item has UseRemotely flag set. See ItemSetUseRemotely for more info.
+
Checks if item has the '''UseRemotely''' flag set. See [[Osiris/API/ItemSetUseRemotely|ItemSetUseRemotely]] for more information.
 +
===== Return Values =====
 +
* '''Success/Failure''': Fails if '''_Item''' does not exist.
 +
* '''_Bool''': '''1''' if the '''UseRemotely''' flag is set on the item, '''0''' otherwise.
 +
===== Notes =====
 +
* /
 +
===== See Also =====
 +
* [[Osiris/API/CanUseItem|CanUseItem]]
 +
* [[Osiris/API/ItemSetUseRemotely|ItemSetUseRemotely]]
  
 
[[Category:Osiris Queries|ItemGetUseRemotely]]
 
[[Category:Osiris Queries|ItemGetUseRemotely]]
 
[[Category:Osiris Queries (Added in DOS2DE)|ItemGetUseRemotely]]
 
[[Category:Osiris Queries (Added in DOS2DE)|ItemGetUseRemotely]]

Latest revision as of 08:47, 14 September 2018

Full Definition(s)
  • auery ItemGetUseRemotely([in](ITEMGUID)_Item, [out](INTEGER)_Bool)
Description

Checks if item has the UseRemotely flag set. See ItemSetUseRemotely for more information.

Return Values
  • Success/Failure: Fails if _Item does not exist.
  • _Bool: 1 if the UseRemotely flag is set on the item, 0 otherwise.
Notes
  • /
See Also