Osiris/API/ItemSetForceSynch: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Core APIs)
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
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 '''CharacterSetForceSync''', but for items. Please read the caveats for that routine before using this one.
This call does the same as the combination of [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]] '''and''' [[Osiris/API/CharacterSetForceUpdate|CharacterSetForceUpdate]], but for items. Please read the caveats for those routines before using this one.
===== Notes =====
===== Notes =====
* See [[Osiris/API/CharacterSetForceSync]]]
* See [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]] and [[Osiris/API/CharacterSetForceUpdate|CharacterSetForceUpdate]].
* This call does not perform any reference counting (so passing '''1''' always enables force-synching/updating, and passing '''0''' disables them again).
===== See Also =====
===== See Also =====
* [[Osiris/API/CharacterSetForceSync]]
* [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]]
* [[Osiris/API/CharacterSetForceUpdate|CharacterSetForceUpdate]]
   
   
[[Category:Osiris Calls]]
[[Category:Osiris Calls|ItemSetForceSynch]]

Latest revision as of 10:41, 23 May 2019

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

This call does the same as the combination of CharacterSetForceSynch and CharacterSetForceUpdate, but for items. Please read the caveats for those routines before using this one.

Notes
See Also