Osiris/API/ItemGetUseRemotely: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''ItemGetUseRemotely'''('''[in]'''''(ITEMGUID)'''''_item''', '''[out]'''''(INTEGER)'''''_bool''') ===== Description ===== Checks if item...")
 
mNo edit summary
 
(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 06: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