Difference between revisions of "Osiris/API/ItemSetForceSynch"

From Divinity Engine Wiki
Jump to: navigation, search
(Osiris Core APIs)
 
m
Line 2: Line 2:
 
* call '''ItemSetForceSynch'''(''(ITEMGUID)'''''_Item''')
 
* call '''ItemSetForceSynch'''(''(ITEMGUID)'''''_Item''')
 
===== Description =====
 
===== Description =====
This call does the same as '''CharacterSetForceSync''', 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.
 
===== Notes =====
 
===== Notes =====
* See [[Osiris/API/CharacterSetForceSync]]]
+
* See [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]].
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/CharacterSetForceSync]]
+
* [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]]
 
   
 
   
 
[[Category:Osiris Calls]]
 
[[Category:Osiris Calls]]

Revision as of 18:02, 17 August 2017

Full Definition(s)
  • call ItemSetForceSynch((ITEMGUID)_Item)
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