Difference between revisions of "Osiris/API/ItemSetForceSynch"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
===== Full Definition(s) =====
 
===== Full Definition(s) =====
* call '''ItemSetForceSynch'''(''(ITEMGUID)'''''_Item''')
+
* call '''ItemSetForceSynch'''(''(ITEMGUID)'''''_Item''', ''(INTEGER)'''''_Bool''')
 
===== Description =====
 
===== Description =====
 
This call does the same as [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]], but for items. Please read the caveats for that routine before using this one.
 
This call does the same as [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]], but for items. Please read the caveats for that routine before using this one.

Revision as of 15:08, 4 April 2019

Full Definition(s)
  • call ItemSetForceSynch((ITEMGUID)_Item, (INTEGER)_Bool)
Description

This call does the same as CharacterSetForceSynch, but for items. Please read the caveats for that routine before using this one.

Notes
See Also