Osiris/API/ItemGetUseRemotely

From Divinity Engine Wiki
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