Osiris/API/ItemLevelUp: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented ItemLevelUp)
 
m (Documented ItemLevelUp)
 
Line 7: Line 7:
* This call is new in DOS2 Patch 6.
* This call is new in DOS2 Patch 6.
===== See Also =====
===== See Also =====
* [[Osiris/API/ItemLevelUp|ItemLevelUpTo]]
* [[Osiris/API/ItemLevelUpTo|ItemLevelUpTo]]
    
    
[[Category:Osiris Calls|ItemLevelUp]]
[[Category:Osiris Calls|ItemLevelUp]]

Latest revision as of 20:32, 22 February 2018

Full Definition(s)
  • call ItemLevelUp((ITEMGUID)_Item)
Description

Increases the level of _Item by 1.

Notes
  • If _Item is not valid, nothing happens.
  • This call is new in DOS2 Patch 6.
See Also