Osiris/API/ItemSetForceSynch: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(ItemSetForceSynch forces both synchronising and updating) |
||
Line 2: | Line 2: | ||
* call '''ItemSetForceSynch'''(''(ITEMGUID)'''''_Item''', ''(INTEGER)'''''_Bool''') | * 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 | 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/CharacterSetForceSynch|CharacterSetForceSynch]]. | * See [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]] and [[Osiris/API/CharacterSetForceUpdate|CharacterSetForceUpdate]]. | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]] | * [[Osiris/API/CharacterSetForceSynch|CharacterSetForceSynch]] | ||
* [[Osiris/API/CharacterSetForceUpdate|CharacterSetForceUpdate]] | |||
[[Category:Osiris Calls|ItemSetForceSynch]] | [[Category:Osiris Calls|ItemSetForceSynch]] |
Revision as of 10:39, 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.