Difference between revisions of "Osiris/API/ItemGetUseRemotely"
From Divinity Engine Wiki
m |
m |
||
Line 9: | Line 9: | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
− | * [[ | + | * [[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]] |
Latest revision as of 07: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
- /