Osiris/API/ItemGetUseRemotely

From Divinity Engine Wiki
Revision as of 08:47, 14 September 2018 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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