Osiris/API/ItemGetUseRemotely: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(call -> query, put into standard template form)
mNo edit summary
Line 4: Line 4:
Checks if item has the '''UseRemotely''' flag set. See [[Osiris/API/ItemSetUseRemotely|ItemSetUseRemotely]] for more information.
Checks if item has the '''UseRemotely''' flag set. See [[Osiris/API/ItemSetUseRemotely|ItemSetUseRemotely]] for more information.
===== Return Values =====
===== Return Values =====
* '''Success/Failure''': Fails if '''_Item does not exist'''.
* '''Success/Failure''': Fails if '''_Item''' does not exist.
* '''_Bool''': '''1''' if the '''UseRemotely''' flag is set on the item, '''0''' otherwise.
* '''_Bool''': '''1''' if the '''UseRemotely''' flag is set on the item, '''0''' otherwise.
===== Notes =====
===== Notes =====
* /
* /
===== See Also =====
===== See Also =====
* [[Osiris/API/Osiris/API/CanUseItem|CanUseItem]]
* [[Osiris/API/ItemSetUseRemotely|ItemSetUseRemotely]]
* [[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]]

Revision as of 06:46, 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